plot_nested | R Documentation |
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 )
coord |
list generated by |
size |
integer; changes the size of most chart objects simultaneously. |
file_name |
character; name of the file to save. Supported formats are: "pdf" (highest quality and smallest file size), "png", "jpeg"; defaults to "none". |
file_width |
integer; file width in inches; defaults to 10. |
file_height |
integer; file height in inches; defaults to 10. |
zoom_x |
integer; vector with two values, the edges of the zoomed section on the x-axis; defaults to NULL. |
zoom_y |
integer; vector with two values, the edges of the zoomed section on the y-axis; defaults to NULL. |
dpi |
integer; resolution in dots per inch for "png" and "jpeg" files; defaults to 500. |
cor_labels_tests |
logical; if |
cor_labels_facets |
logical; if |
color_global |
global accent color; defaults to "black". |
color_nested |
nested accent color; defaults to "black". |
fade |
integer; brightness of the gray tones between 0 (black) and 100 (white) in steps of 1; defaults to 85. |
font |
character; text font, use extrafonts to access additional fonts; defaults to "sans", which is "Helvetica". |
size_construct_label |
integer; construct label font size relative to default. |
size_test_labels |
integer; test label font size relative to default. |
size_facet_labels |
integer; facet label font size relative to default. |
width_axes |
integer; global radial axis width relative to default. |
width_axes_inner |
integer; nested radial axis width relative to default. |
width_circles |
integer; global circle outline width relative to default. |
width_circles_inner |
integer; nested circle outline width relative to default. |
width_tick |
integer; global axis tick line width relative to default. |
width_tick_inner |
integer; nested axis tick line width relative to default. |
title |
character; overall chart title; defaults to NULL. |
size_title |
integer; title font size relative to default. |
size_tick_label |
integer; axis tick label font size relative to default. |
size_cor_labels |
integer; font size of the correlations between tests relative to default. |
size_cor_labels_inner |
integer; font size of the correlations between facets relative to default. |
width_xarrows |
integer; extra arrow line width relative to default. |
size_xarrow_heads |
integer; extra arrow head length relative to default. |
size_xarrow_labels |
integer; font size of the correlations indicated by extra arrows relative to default. |
size_marker |
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 |
size_marker_inner |
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
Object of the class "ggplot" and, by default, the same object saved as a file.
coord_nested
nested_chart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.