save_landscape: Save landscape plots

View source: R/methods_landscape.R

save_landscapeR 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 htmlwidgets::saveWidget() or ggplot2::ggsave()

Value

The function saves the plot to a specific path. It does not have a return value.


simlandr documentation built on Nov. 16, 2022, 1:12 a.m.