powered by
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 )
None
Dataframe created by get_Muller_df
Character containing name of column by which to colour the plot
Either a brewer palette or a vector of colours (if colour_by is categorical)
Logical whether to show legend
Label of x axis
Label of y axis
Whether try to conceal the edges between polygons (usually unnecessary or undesirable)
Rob Noble, robjohnnoble@gmail.com
get_Muller_df Muller_plot
get_Muller_df
Muller_plot
Muller_df <- get_Muller_df(example_edges, example_pop_df) Muller_pop_plot(Muller_df)
Run the code above in your browser using DataLab