plot_density_staff | R Documentation |
Plot densities of rangers or all personnel
plot_density_staff( what, who, data, ymax = 6000, breaks = c(10^(0:3), 2 * 10^(0:3), 5 * 10^(0:3)), tag = "", basesize = 7 )
what |
an object produced by |
who |
the type of staff ("rangers", "others" or "all") |
data |
a dataset with info on continents if breakdown by continent is required (optional) |
ymax |
the maximal value for the y-axis |
breaks |
a vector of number defining the horizontal lines in the plot (i.e. breaks in ggplot jargon) |
tag |
a tag to be used for building a panel (e.g "A.") |
basesize |
the value for the argument |
# see ?rangeRinPA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.