is.landscape: Test whether an object is a (fairly) legitimate landscape

View source: R/is_landscape.R

is.landscapeR Documentation

Test whether an object is a (fairly) legitimate landscape

Description

Test whether a genuine landscape

Usage

  is.landscape(Rland = NULL, verb = TRUE, exact = FALSE, do.check = TRUE)

Arguments

Rland

the Rmetasim landscape object

verb

print why not a landscape

exact

more strict

do.check

actually do the check (function returns TRUE if set to FALSE)

Examples

  exampleland <- landscape.new.example()
  is.landscape(exampleland)
  rm(exampleland)

stranda/rmetasim documentation built on Aug. 25, 2023, 12:22 p.m.