plot.mlskygrid | R Documentation |
Plot mlskygrid
## S3 method for class 'mlskygrid'
plot(x, growth = FALSE, ggplot = FALSE, logy, ...)
x |
A fitted object |
growth |
If TRUE will plot estimated growth rate instead of Ne(t) |
ggplot |
If TRUE, returns a ggplot2 figure |
logy |
If TRUE, the plot is returned with logarithmic y-axis (default is TRUE for Ne plot and FALSE for growth plot) |
... |
Additional parameters are passed to ggplot or the base plotting function |
Plotted object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.