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

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)

Arguments

Rland

the Rmetasim landscape object

verb

print why not a landscape

exact

more strict

Examples

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

stranda/quantsel documentation built on July 10, 2022, 2:28 p.m.