subset_gp | R Documentation |
Subset a gpar Object
subset_gp(gp, i)
gp |
A |
i |
A vector of indices. |
A gpar
object.
gp = gpar(col = 1:10, fill = 1)
subset_gp(gp, 1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.