View source: R/methods_landscape.R
| plot.landscape | R Documentation |
## S3 method for class 'landscape'
plot(x, index = 1, ...)
x |
A landscape object |
index |
Default is 1. For some landscape objects, there is a second plot (usually 2d heatmaps for 3d landscapes)
or a third plot (usually 3d matrices for 3d animations).
Use |
... |
Arguments passed to the replacement method. |
Use ggplot2::autoplot() for ggplot output or plotly_ld() for
interactive landscape output.
The plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.