allpointplot: plots simulation data with samplle size on x-axis

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/allpointplot.R

Description

plots simulation data with sample size on x-axis and every datapoint in the plot

Usage

1

Arguments

data

list; first simulation data as returned by changingn.(...) or changingvar.(...) functions.

Details

#Takes Simulation data, as produced by for example changingn.daypattern as input, those need to have a roq named n where the sample sizes for the calculation are stored in. This function will plot the results of the measures on the y axis and the sample sizes on the x axis.

Value

a data.frame representing the input data, where the rows are the different measures and the columns are the datapoints given by the simulation data (for example stepsizes or different standard deviations).

Author(s)

Florian Berger <florian_berger@ymail.com>

See Also

scale

Examples

1
2
bla <-changingn.daypattern(stepsizes = c(2,-4), repeatings = 2)
allpointplot(bla)

biometry/phenologicalOverlap documentation built on May 21, 2019, 2:31 a.m.