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

Description Usage Arguments Examples

Description

Test whether a genuine landscape

Usage

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

Arguments

Rland

the Rmetasim landscape object

verb

print why not a landscape

exact

more strict

Examples

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

stranda/kernelPop2 documentation built on March 30, 2020, 5:37 a.m.