Learn R Programming

Biolinv (version 0.1-3)

plotAlpha: Plots the output of modSel().

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

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.

Examples

Run this code
# NOT RUN {
data(frogsSum)
plotAlpha(SSIM= frogsSum, REP= 10)
plotAlpha(SSIM= frogsSum, REP= 10, BP=TRUE)
# }

Run the code above in your browser using DataLab