plotAlpha: Plots the output of modSel().

Description Usage Arguments Value Author(s) Examples

View source: R/plotAlpha.R

Description

This function makes a plot of the data frame outputted by function modSel(). Useful to choose wich of the simulated datasets is the most similar to the observed one.

Usage

1
plotAlpha(SSIM, REP, BP = FALSE)

Arguments

SSIM

data frame output of modSel.

REP

number of replicates.

BP

when FALSE (default) plots a line representing the average of all replicates. When TRUE plots boxplots of all replicates for each alpha value.

Value

plot.

Author(s)

Luca Butikofer

Examples

1
2
3
data(frogsSum)
plotAlpha(SSIM= frogsSum, REP= 10)
plotAlpha(SSIM= frogsSum, REP= 10, BP=TRUE)

Biolinv documentation built on March 30, 2021, 5:13 p.m.

Related to plotAlpha in Biolinv...