plot.NINA: Plot

View source: R/plot.NINA.R

plot.NINAR Documentation

Plot

Description

Plots the summary of the output models of an object class NINA

Usage

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

Arguments

x

An object class NINA

...

Additional arguments for S3 methods

Value

A NINA class object description

Examples

## 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)


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