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

Description Usage Arguments Examples

View source: R/is_landscape.R

Description

Test whether a genuine landscape

Usage

1
  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

1
2
3
  exampleland <- landscape.new.example()
  is.landscape(exampleland)
  rm(exampleland)

rmetasim documentation built on Feb. 8, 2020, 1:06 a.m.