View source: R/extendr-wrappers.R
| euler_plot_data | R Documentation |
Inputs are the fitted shape parameters for the non-empty sets only,
in the order eulerr stores them (x$shapes rows after dropping rows
with NA). The leading shape argument selects which per-set columns are
active: "circle"/"ellipse" consume (h, k, a, b, phi),
"rectangle" consumes (h, k, width, height), "square" consumes
(h, k, side). The remaining vectors must still be provided (NaN
padding is acceptable). When container_* are non-NULL they describe
the fitted universe-box rectangle; in that case the result also carries
the complement region geometry (the area inside the rectangle outside
every shape) and a label anchor for it. Eunoia's decompose_regions
emits this region under the empty Combination whenever the spec
carries a complement and a container is supplied.
euler_plot_data(
set_names,
shape,
h,
k,
a,
b,
phi,
width,
height,
side,
container_h,
container_k,
container_width,
container_height,
n_vertices,
label_precision
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.