plot.nichenullmod: Niche Null Model Plot function

Description Usage Arguments Details

View source: R/niche_overlap_null.R

Description

Plot niche overlap null model object.

Usage

1
2
## S3 method for class 'nichenullmod'
plot(x, type = "hist", ...)

Arguments

x

the null model object to plot.

type

the type of null model plot to display. See details for more information.

...

Other variables to be passed on to base plotting.

Details

the valid types for the Niche Overlap module are "hist" to display a histogram of the simulated metric values, and "niche" to display the observed data matrix and one simulated matrix.

The "hist" plot type is common to all EcoSimR modules. The blue histogram represents the NRep values of the metric for the simulated assemblages. The red vertical line represents the metric value for the real assemblage. The two pairs of vertical dashed black lines represent the one-tailed (long dash) and two-tailed (short dash) 95

The "niche" plot type illustrates the utilization data (observed = red, simulated = blue). Each row in the figure is a species, and each column is a resource utilization category. The area of each circle depicted is proportional to the utilization of a resoruce category by a species. Empty positions indicate a resource utilization of 0.0. The rows and columns are illustrated with the same ordering as the original data matrix.


EcoSimR documentation built on May 2, 2019, 7:26 a.m.