Generates an item chart from coordinates.
plot_items(
coord,
size = 1,
file_name = "none",
file_width = 12,
file_height = 10,
zoom_x = NULL,
zoom_y = NULL,
dpi = 500,
color = "black",
color2 = "black",
fade_axes = 50,
fade_grid_major = 15,
fade_grid_minor = 65,
font = "sans",
title = NULL,
size_title = 1,
size_tick_label = 1,
size_test_label = 1,
size_facet_labels = 1,
width_axes = 1,
size_arrow_heads = 1,
width_items = 1,
width_grid = 1
)
Object of the class "ggplot".
list generated by coord_items
or
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 12.
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.
first accent color; defaults to "black".
second accent color; defaults to "black".
integer; brightness of the gray tone of the axes between 0 = "black" and 100 = "white" in steps of 1; defaults to 50.
integer; brightness of the gray tone of the major grid lines between 0 = "black" and 100 = "white" in steps of 1; defaults to 15.
integer; brightness of the gray tone of the minor grid lines between 0 = "black" and 100 = "white" in steps of 1; defaults to 65.
character; text font, use extrafonts to access additional fonts; defaults to "sans", which is "Helvetica".
character; overall chart title; defaults to NULL.
integer; title font size relative to default.
integer; axis tick label 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; arrow head size relative to default.
integer; item bar width relative to default.
integer; grid line width relative to default.
Use item_chart
to create item charts.
coord_items
item_chart