print.NINA: Print

View source: R/print.NINA.R

print.NINAR Documentation

Print

Description

Prints characteristics of an object class NINA

Usage

## S3 method for class 'NINA'
print(x, ...)

Arguments

x

An object class NINA

...

Additional arguments for S3 methods

Value

A description of a NINA class object

Examples

## Not run: 
EN = EN_model(env_data, occ_data1, cluster = "env", n.clus = 5)
print(EN)

## End(Not run)
## Not run: 
EN = EN_model(env_data, occ_data2)
print(EN)

## End(Not run)

agarciaEE/NINA documentation built on Jan. 9, 2025, 10:09 a.m.