View source: R/geom_strata_label.R
geom_strata_label | R Documentation |
This function takes a data.frame
of population data and
returns a geom_point()
layer for plotting. You can also
indicate shape and color attributes in the mapping (through aes
)
that will be carried through.
geom_strata_label(mapping = NULL, data = NULL, ...)
mapping |
The aesthetic mapping, this MUST have values for x, y, and stratum. |
data |
The |
... |
Other parameters submitted to |
Rodney J. Dyer rjdyer@vcu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.