correlationPlot {INSPEcT}R Documentation

Display rate classification performance

Description

This function plot the rates of a simulated dataset against the modeled ones and compute their correlations.

Usage

correlationPlot(object, object2, plot = TRUE)

## S4 method for signature 'INSPEcT_model,INSPEcT'
correlationPlot(object, object2, plot = TRUE)

Arguments

object

An object of class INSPEcT_model with simulated rates.

object2

An object of class INSPEcT.

plot

A logical indicating whether to draw or not the plot. (default=TRUE)

Value

An list with the correlation values.


[Package INSPEcT version 1.22.0 Index]