Weibull: Weibull

Description Usage Arguments Value Author(s) References Examples

View source: R/Weibull.R

Description

The function performs a Weibull dynamic for each test. The figure is automatically saved in 16:9 at 300 dpi.

Usage

1
Weibull(Germination.Analysis.output, Test.int)

Arguments

Germination.Analysis.output

output from Germination.Analysis function

Test.int

character vector where are indicated the types of test that would be compared

Value

Weibull

germination percentage from weibull function for each days

Test

Tests compared

plot_Weibull

ggplot output

Author(s)

Michele Di Musciano (michele.dimusciano@graduate.univaq.it)

References

Weibull, W. (1951). A statistical distribution function of wide applicability. Journal of applied mechanics, 18(3), 293-297.

Examples

1
2
3
4
5
6
7
## load file and run the function

file_germ<-read.csv("your_germination_file.csv", sep=";", header=T)

Germination.Analysis.output<-Germination.Analysis(file_germ, Nv.seed = NULL, n.seed=20, cv=1.5)

Weibull(Germination.Analysis.output)

micdimu/ecoseeds documentation built on Aug. 10, 2020, 10:34 p.m.