Learn R Programming

rmetasim (version 3.1.14)

is.landscape: 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

Run this code
# NOT RUN {
  exampleland <- landscape.new.example()
  is.landscape(exampleland)
  rm(exampleland)
# }

Run the code above in your browser using DataLab