is.landscape {rmetasim}R 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 <- new.example.landscape()
  is.landscape(exampleland)
  rm(exampleland)

[Package rmetasim version 1.0.8 Index]