Generates a facet chart from coordinates.
plot_facets(
coord,
title = NULL,
size = 1,
file_name = "none",
file_width = 10,
file_height = 10,
zoom_x = NULL,
zoom_y = NULL,
dpi = 500,
color = "black",
fade = 85,
font = "sans",
cor_labels = TRUE,
size_title = 1,
size_cor_labels = 1,
size_test_label = 1,
size_facet_labels = 1,
width_axes = 1,
width_circles = 1,
width_tick = 1,
size_tick_label = 1,
size_marker = 0.1
)
Object of the class "ggplot".
list generated by coord_facets
or
coord_nested
.
character; overall chart title; defaults to NULL.
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.
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".
logical; if TRUE
, shows latent correlations between
facets; defaults to TRUE
.
integer; title font size relative to default.
integer; correlation font size relative to default.
integer; test font size relative to default.
integer; facet font size relative to default.
integer; radial axis width relative to default.
integer; facet circle outline width relative to default.
integer; axis tick line width relative to default.
integer; axis tick font size 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
Use facet_chart
to create facet charts.
coord_facets
facet_chart