is.landscape {kernelPop} | R Documentation |
Test whether a genuine landscape
is.landscape(Rland = NULL, verb = TRUE, exact = FALSE)
Rland |
the Rmetasim landscape object |
verb |
print why not a landscape |
exact |
more strict |
exampleland <- landscape.new.example() is.landscape(exampleland) rm(exampleland)