Muller_pop_plot | R Documentation |
This variation on the Muller plot, which shows variation in population size as well as frequency, is also known as a fish plot.
Muller_pop_plot( Muller_df, colour_by = "Identity", palette = NA, add_legend = FALSE, xlab = NA, ylab = "Population", conceal_edges = FALSE )
Muller_df |
Dataframe created by get_Muller_df |
colour_by |
Character containing name of column by which to colour the plot |
palette |
Either a brewer palette or a vector of colours (if colour_by is categorical) |
add_legend |
Logical whether to show legend |
xlab |
Label of x axis |
ylab |
Label of y axis |
conceal_edges |
Whether try to conceal the edges between polygons (usually unnecessary or undesirable) |
None
Rob Noble, robjohnnoble@gmail.com
get_Muller_df
Muller_plot
Muller_df <- get_Muller_df(example_edges, example_pop_df) Muller_pop_plot(Muller_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.