Description Usage Arguments Examples
Test whether a genuine landscape
1 | is.landscape(Rland = NULL, verb = TRUE, exact = FALSE, do.check = TRUE)
|
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) |
1 2 3 | exampleland <- landscape.new.example()
is.landscape(exampleland)
rm(exampleland)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.