plot.NINA | R Documentation |
Plots the summary of the output models of an object class NINA
## S3 method for class 'NINA'
plot(x, ...)
x |
An object class NINA |
... |
Additional arguments for S3 methods |
A NINA
class object description
## Not run:
EN = EN_model(env_data, occ_data1, cluster = "env", n.clus = 5)
plot(EN)
## End(Not run)
## Not run:
EN = EN_model(env_data, occ_data2)
plot(EN)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.