save_landscape {simlandr} | R Documentation |
Save landscape plots
Description
Save landscape plots
Usage
save_landscape(l, path = NULL, selfcontained = FALSE, ...)
Arguments
l |
A landscape object |
path |
The path to save the output. Default: "/pics/x_y.html". |
selfcontained |
For 'plotly' plots, save the output as a self-contained html file? Default: FALSE. |
... |
Other parameters passed to |
Value
The function saves the plot to a specific path. It does not have a return value.
[Package simlandr version 0.3.1 Index]