view_ls: Interactive visualization of an lsma object

View source: R/plot_utils.R

view_lsR Documentation

Interactive visualization of an lsma object

Description

Visualize landscape rasters and/or buffer geometries using tmap. Supports single, multiple, or all sites.

Usage

view_ls(x, site = NULL, what = c("both", "buffers", "rasters"))

Arguments

x

An object of class lsma.

site

A site name (e.g. "p01"), a character vector of site names, or "all". If NULL, the first available site is shown.

what

What to display: "both", "buffers", or "rasters".


wilsonfrantine/landscapeDecoupler documentation built on June 2, 2025, midnight