plot.landscape: Plot landscape objects

View source: R/methods_landscape.R

plot.landscapeR Documentation

Plot landscape objects

Description

[Deprecated]

Usage

## S3 method for class 'landscape'
plot(x, index = 1, ...)

Arguments

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 index = 2 to plot that one.

...

Arguments passed to the replacement method.

Details

Use ggplot2::autoplot() for ggplot output or plotly_ld() for interactive landscape output.

Value

The plot.


simlandr documentation built on June 22, 2026, 5:08 p.m.