| new_shape_frame | R Documentation |
$shapes data frame for n_all sets. Rows for empty
sets keep NA in every column so downstream plotting can detect them via
is.na(shapes$h) regardless of shape kind.Allocate a fresh $shapes data frame for n_all sets. Rows for empty
sets keep NA in every column so downstream plotting can detect them via
is.na(shapes$h) regardless of shape kind.
new_shape_frame(shape, n_all, row_names)
shape |
the shape kind to tag every row with |
n_all |
number of rows (sets) to allocate |
row_names |
row names to give the frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.