Skip to contents

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.