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