Generates a nested chart from coordinates.
plot_nested(
coord,
size = 1,
file_name = "none",
file_width = 10,
file_height = 10,
zoom_x = NULL,
zoom_y = NULL,
dpi = 500,
cor_labels_tests = TRUE,
cor_labels_facets = TRUE,
color_global = "black",
color_nested = "black",
fade = 85,
font = "sans",
size_construct_label = 1,
size_test_labels = 1,
size_facet_labels = 1,
width_axes = 1,
width_axes_inner = 1,
width_circles = 1,
width_circles_inner = 1,
width_tick = 1,
width_tick_inner = 1,
title = NULL,
size_title = 1,
size_tick_label = 1,
size_cor_labels = 1,
size_cor_labels_inner = 1,
width_xarrows = 1,
size_xarrow_heads = 1,
size_xarrow_labels = 1,
size_marker = 0.1,
size_marker_inner = 0.05
)
Object of the class "ggplot" and, by default, the same object saved as a file.
list generated by coord_nested
.
integer; changes the size of most chart objects simultaneously.
character; name of the file to save. Supported formats are: "pdf" (highest quality and smallest file size), "png", "jpeg"; defaults to "none".
integer; file width in inches; defaults to 10.
integer; file height in inches; defaults to 10.
integer; vector with two values, the edges of the zoomed section on the x-axis; defaults to NULL.
integer; vector with two values, the edges of the zoomed section on the y-axis; defaults to NULL.
integer; resolution in dots per inch for "png" and "jpeg" files; defaults to 500.
logical; if TRUE
, shows the correlations
between tests as text.
logical; if TRUE
, shows the correlations
between facets as text.
global accent color; defaults to "black".
nested accent color; defaults to "black".
integer; brightness of the gray tones between 0 (black) and 100 (white) in steps of 1; defaults to 85.
character; text font, use extrafonts to access additional fonts; defaults to "sans", which is "Helvetica".
integer; construct label font size relative to default.
integer; test label font size relative to default.
integer; facet label font size relative to default.
integer; global radial axis width relative to default.
integer; nested radial axis width relative to default.
integer; global circle outline width relative to default.
integer; nested circle outline width relative to default.
integer; global axis tick line width relative to default.
integer; nested axis tick line width relative to default.
character; overall chart title; defaults to NULL.
integer; title font size relative to default.
integer; axis tick label font size relative to default.
integer; font size of the correlations between tests relative to default.
integer; font size of the correlations between facets relative to default.
integer; extra arrow line width relative to default.
integer; extra arrow head length relative to default.
integer; font size of the correlations indicated by extra arrows relative to default.
integer; size (in inches) of the value marker at the circle border that indicates the center distance, a value of 0 omits the marker; defaults to .1
integer; size (in inches) of the nested value marker at the circle border that indicates the center distance, a value of 0 omits the marker; defaults to .05
Use nested_chart
to create nested charts
coord_nested
nested_chart