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

[Package kernelPop version 0.9.09 Index]