Title: | Seed Germination and Seedling Growth Indexes |
---|---|
Description: | Functions to calculate seed germination and seedling emergence and growth indexes. The main indexes for germination and seedling emergence, considering the time for seed germinate are: T10, T50 and T90, in Farooq et al. (2005) <10.1111/j.1744-7909.2005.00031.x>; and MGT, in Labouriau (1983). Considering the germination speed are: Germination Speed Index, in Maguire (1962), Mean Germination Rate, in Labouriau (1983); considering the homogeneity of germination are: Coefficient of Variation of the Germination Time, in Carvalho et al. (2005) <10.1590/S0100-84042005000300018>, and Variance of Germination, in Labouriau (1983); Uncertainty, in Labouriau and Valadares (1976) <ISSN:0001-3765>; and Synchrony, in Primack (1980). The main seedling indexes are Growth, in Sako (2001), Uniformity, in Sako (2001) and Castan et al. (2018) <doi:10.1590/1678-992x-2016-0401>; and Vigour, in Medeiros and Pereira (2018) <doi:10.1590/1983-40632018v4852340>. |
Authors: | Laercio Junio da Silva, Andre Danta de Medeiros e Ariadne Morbeck Santos Oliveira |
Maintainer: | Laercio Junio da Silva <[email protected]> |
License: | GPL (>= 2) |
Version: | 1.0.0 |
Built: | 2025-02-16 04:30:21 UTC |
Source: | https://github.com/cran/SeedCalc |
Functions to calculate seed germination and seedling emergence and growth indexes.
The main indexes for germination and seedling emergence, considering the time for seed germinate are: T10, T50 (Farooq et al., 2005), T90 e MGT (Labouriau, 1983); considering the germination speed are: Germination Speed Index (Maguire, 1962), Mean Germination Rate (Labouriau, 1983); considering the homogeneity of germination are: Coefficient of Variation of the Germination Time (Carvalho et al., 2005) and Variance of Germination (Labouriau, 1983); Uncertainty (Labouriau & Valadares, 1976) and Synchrony (Primack, 1980).
The main seedling indexes are Growth, Uniformity and Vigour (Sako, 2001; Medeiros & Pereira, 2018).
Package: | SeedCalc |
Type: | Package |
Version: | 1.0.0 |
Date: | 2018-10-31 |
License: | GPL (>= 2) |
Laercio Junio da Silva [email protected]
Andre Dantas de Medeiros [email protected]
Ariadne Morbeck Santos Oliveira [email protected]
Maintainer: Laercio Junio da Silva [email protected]
CARVALHO, M. P., SANTANA, D. G., RANAL, M. A. (2005) <doi:10.1590/S0100-84042005000300018>
FAROOQ, M., BASRA, S. M. A., AHMAD, N., HAFEEZ, K. (2005) <doi:10.1111/j.1744-7909.2005.00031.x>
LABOURIAU L. G., VALADARES, M.B. (1976, ISSN:0001-3765)
LABOURIAU, L. G. (1983) Uma nova linha de pesquisa na fisiologia da germinação das sementes. Anais do XXXIV Congresso Nacional de Botânica. SBB, Porto Alegre, 11–50.
MAGUIRE, J. D. (1962) <doi:10.2135/cropsci1962.0011183X000200020033x>
MEDEIROS, A. D. DE, PEREIRA, M. D. (2018) <doi:10.1590/1983-40632018v4852340>
PRIMACK, R.B. (1980) <doi:10.2307/2259460>
SAKO, Y., MCDONALD, M. B., FUJIMURA, K., EVANS, A. F., BENNETT, M. A. A system for automated seed vigour assessment. Seed Science and Technology, v. 29, n. 3, p. 625–636, 2001.
Calculates the Velocity of Germination Coefficient (Nichols & Heydecker, 1968).
CVG(time,nger)
CVG(time,nger)
time |
A |
nger |
A |
NICHOLS, M. A.; HEYDECKER, W. Two approaches to the study of germination data. Proceedings of the International Seed Testing Association, v. 33, p. 531–540, 1968.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) CVG(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) CVG(time,nger)
Calculates the Germination Time Coefficient of variation (Carvalho et al., 2005).
CVt(time,nger)
CVt(time,nger)
time |
A |
nger |
A |
CARVALHO, M. P.; SANTANA, D. G.; RANAL, M. A. Emergência de plântulas de Anacardium humile A. St.-Hil. (Anacardiaceae) avaliada por meio de amostras pequenas. Revista Brasileira de Botânica, v. 28, n. 3, p. 627–633, 2005.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) CVt(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) CVt(time,nger)
Calulated the Final Percentage of Germination.
FGP(nger, Nseeds)
FGP(nger, Nseeds)
nger |
It is a |
Nseeds |
The total amount of seeds used for the germination or emergence test. |
nger <- c(0,2,4,15,25,38,45,50,50,50) FGP(nger,50)
nger <- c(0,2,4,15,25,38,45,50,50,50) FGP(nger,50)
Calculates all indices for seed germination or seedling emergence.
GermCalc(germdata, NSeeds)
GermCalc(germdata, NSeeds)
germdata |
A |
NSeeds |
The total amount of seeds used for the germination or emergence test. |
Laercio Junio da Silva [email protected] Andre Dantas de Medeiros [email protected] Ariadne Morbeck Santos Oliveira [email protected]
time <- c(1,2,3,4,5,6,7,8,9,10) rep1 <- c(0,2,4,15,25,38,45,50,50,50) rep2 <- c(0,4,6,18,22,39,40,48,50,50) germdata <- data.frame(time,rep1,rep2) GermCalc(germdata, 50)
time <- c(1,2,3,4,5,6,7,8,9,10) rep1 <- c(0,2,4,15,25,38,45,50,50,50) rep2 <- c(0,4,6,18,22,39,40,48,50,50) germdata <- data.frame(time,rep1,rep2) GermCalc(germdata, 50)
It calculates the Seedling Growth Index (Sako, 2001).
growth(lengths, wr = 90, wh = 10)
growth(lengths, wr = 90, wh = 10)
lengths |
A |
wr |
A numeric value between zero and 100. Default is 90. Is the weight given to the root lenght in the |
wh |
A numeric value between zero and 100. Default is 10. Is the weight given to the shoot lenght in the |
SAKO, Y.; MCDONALD, M. B.; FUJIMURA, K.; EVANS, A. F.; BENNETT, M. A. A system for automated seed vigour assessment. Seed Science and Technology, v. 29, n. 3, p. 625-636, 2001.
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) Unif <- growth(Seedling, wr = 90, wh = 10) Unif
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) Unif <- growth(Seedling, wr = 90, wh = 10) Unif
Calculates the Germination Speed Index (Maguire, 1982).
GSI(time,nger)
GSI(time,nger)
time |
A |
nger |
A |
MAGUIRE, J. D. Speed of germination-aid selection and evaluation for seedling emergence and vigor. Crop Science, v. 2, p. 176–177, 1962.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) GSI(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) GSI(time,nger)
It calculates the Mean Shoot Length
mean_pa(lengths)
mean_pa(lengths)
lengths |
A |
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) SL <- mean_pa(Seedling) SL
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) SL <- mean_pa(Seedling) SL
It calculates the Mean Root Length
mean_raiz(lengths)
mean_raiz(lengths)
lengths |
A |
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) RL <- mean_raiz(Seedling) RL
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) RL <- mean_raiz(Seedling) RL
It calculates the Mean Ration Root-Shoot Length
mean_razao(lengths)
mean_razao(lengths)
lengths |
A |
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) RSL <- mean_razao(Seedling) RSL
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) RSL <- mean_razao(Seedling) RSL
It calculates the Mean Seedling Length
mean_total(lengths)
mean_total(lengths)
lengths |
A |
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) SLen <- mean_total(Seedling) SLen
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) SLen <- mean_total(Seedling) SLen
Calculates the Mean Germination Rate (Labouriau, 1983). It is 1/MGT.
MGR(time,nger)
MGR(time,nger)
time |
A |
nger |
A |
LABOURIAU, L. G. (1983). Uma nova linha de pesquisa na fisiologia da germina??o das sementes. Anais do XXXIV Congresso Nacional de Botanica. SBB, Porto Alegre, 11-50.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) MGR(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) MGR(time,nger)
Calculates the Mean Germination Time (Labouriau, 1983).
MGT(time,nger)
MGT(time,nger)
time |
A |
nger |
A |
LABOURIAU, L. G. (1983). Uma nova linha de pesquisa na fisiologia da germina??o das sementes. Anais do XXXIV Congresso Nacional de Botanica. SBB, Porto Alegre, 11-50.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) MGT(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) MGT(time,nger)
Calculates all indices for seedlings.
PlantCalc(lengths, Ger=100, wr = 90, wh = 10, wg = 0.7, wu = 0.3, Unif = 1)
PlantCalc(lengths, Ger=100, wr = 90, wh = 10, wg = 0.7, wu = 0.3, Unif = 1)
lengths |
A |
Ger |
A |
wr |
A numeric value between zero and 100. Default is 90. Is the weight given to the root lenght in the |
wh |
A numeric value between zero and 100. Default is 10. Is the weight given to the shoot lenght in the |
wg |
A numeric value between zero and one. Default is 0.7. Is the weight given to the seedling lenght in the |
wu |
A numeric value between zero and one. Default is 0.3. Is the weight given to the |
Unif |
A numeric value, 1 or 2. If 1, the |
Laercio Junio da Silva [email protected] Andre Dantas de Medeiros [email protected] Ariadne Morbeck Santos Oliveira [email protected]
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) SeedlIndexes <- PlantCalc(Seedling) SeedlIndexes Ger <- data.frame(LOTE = c(1,2), GER = (c(90,80))) print(Ger) SeedlIndexes <- PlantCalc(Seedling, Ger) SeedlIndexes
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) SeedlIndexes <- PlantCalc(Seedling) SeedlIndexes Ger <- data.frame(LOTE = c(1,2), GER = (c(90,80))) print(Ger) SeedlIndexes <- PlantCalc(Seedling, Ger) SeedlIndexes
Calculates the germination synchrony (Primack, 1980).
Sinc(time,nger)
Sinc(time,nger)
time |
A |
nger |
A |
PRIMACK, R.B. 1980. Variation in the phenology of natural populations of montane shrubs in New Zealand. Journal of Ecology, v.68, p.849-862.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) Sinc(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) Sinc(time,nger)
Calculates the time spent to 10 percent germination (Adapted from Farooq et al., 2005).
T10(time,nger)
T10(time,nger)
time |
A |
nger |
A |
FAROOQ, M.; BASRA, S. M. A.; AHMAD, N.; HAFEEZ, K. Thermal Hardening: A New Seed Vigor Enhancement Tool in Rice. Journal of Integrative Plant Biology, v. 47, n. 2, p. 187-193, 2005.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) T10(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) T10(time,nger)
Calculates the time spent to 50 percent germination (Farooq et al., 2005).
T50(time,nger)
T50(time,nger)
time |
A |
nger |
A |
FAROOQ, M.; BASRA, S. M. A.; AHMAD, N.; HAFEEZ, K. Thermal Hardening: A New Seed Vigor Enhancement Tool in Rice. Journal of Integrative Plant Biology, v. 47, n. 2, p. 187-193, 2005.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) T50(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) T50(time,nger)
Calculates the time spent to 90 percent germination (Adapted from Farooq et al., 2005).
T90(time,nger)
T90(time,nger)
time |
A |
nger |
A |
FAROOQ, M.; BASRA, S. M. A.; AHMAD, N.; HAFEEZ, K. Thermal Hardening: A New Seed Vigor Enhancement Tool in Rice. Journal of Integrative Plant Biology, v. 47, n. 2, p. 187-193, 2005.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) T90(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) T90(time,nger)
Calculates the germination Uncertainty (Labouriau & Valadares, 1976).
Unc(time,nger)
Unc(time,nger)
time |
A |
nger |
A |
LABOURIAU LG; VALADARES MB. 1976. On the germination of seeds of Calotropis procera. Anais da Academia Brasileira de Ciencias 48:174-186. LIFCHITZ A. 1981. Plantas medicinales. 5. ed. Buenos Aires: Kier. 139p.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) Unc(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) Unc(time,nger)
It calculates the Seedling Uniformity Index (Sako, 2001).
unif_1(lengths)
unif_1(lengths)
lengths |
A |
SAKO, Y.; MCDONALD, M. B.; FUJIMURA, K.; EVANS, A. F.; BENNETT, M. A. A system for automated seed vigour assessment. Seed Science and Technology, v. 29, n. 3, p. 625-636, 2001.
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) Unif <- unif_1(Seedling) Unif
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) Unif <- unif_1(Seedling) Unif
It calculates the Seedling Uniformity Index (Christiansen, 1942; adapted for Castan et al., 2018).
unif_2(lengths)
unif_2(lengths)
lengths |
A |
CASTAN, D. O. C.; GOMES-JUNIOR, F. G.; MARCOS-FILHO, J. Vigor-S, a new system for evaluating the physiological potential of maize seeds. Scientia Agricola, v. 75, n. 2, p. 167-172, 2018.
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) Unif <- unif_2(Seedling) Unif
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) Unif <- unif_2(Seedling) Unif
Calculates the Germination Uniformity Index (Sako, 2001).
UnifG(time,nger)
UnifG(time,nger)
time |
A |
nger |
A |
SAKO, Y.; MCDONALD, M. B.; FUJIMURA, K.; EVANS, A. F.; BENNETT, M. A. A system for automated seed vigour assessment. Seed Science and Technology, v. 29, n. 3, p. 625-636, 2001.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) UnifG(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) UnifG(time,nger)
Calculates the Variance of Germination Time (Labouriau, 1983).
VarGer(time,nger)
VarGer(time,nger)
time |
A |
nger |
A |
LABOURIAU, L. G. (1983). Uma nova linha de pesquisa na fisiologia da germinacao das sementes. Anais do XXXIV Congresso Nacional de Botanica. SBB, Porto Alegre, 11-50.
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) VarGer(time,nger)
time <- c(1,2,3,4,5,6,7,8,9,10) nger <- c(0,2,4,15,25,38,45,50,50,50) VarGer(time,nger)
It calculates the Seed Vigor Index (Sako, 2001).
vigor(lengths, wg = 0.7, wu = 0.3, Unif = 1)
vigor(lengths, wg = 0.7, wu = 0.3, Unif = 1)
lengths |
A |
wg |
A numeric value between zero and one. Default is 0.7. Is the weight given to the seedling lenght in the |
wu |
A numeric value between zero and one. Default is 0.3. Is the weight given to the |
Unif |
A numeric value, 1 or 2. If 1, the |
SAKO, Y.; MCDONALD, M. B.; FUJIMURA, K.; EVANS, A. F.; BENNETT, M. A. A system for automated seed vigour assessment. Seed Science and Technology, v. 29, n. 3, p. 625-636, 2001.
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) VigInd <- vigor(Seedling, wg = 0.7, wu = 0.3, Unif = 1) VigInd
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) VigInd <- vigor(Seedling, wg = 0.7, wu = 0.3, Unif = 1) VigInd
It calculates the Seed Corrected Vigor Index (Medeiros & Pereira, 2018).
vigor_corr(lengths, Ger = 100, wg = 0.7, wu = 0.3, Unif = 1)
vigor_corr(lengths, Ger = 100, wg = 0.7, wu = 0.3, Unif = 1)
lengths |
A |
Ger |
A |
wg |
A numeric value between zero and one. Default is 0.7. Is the weight given to the seedling lenght in the |
wu |
A numeric value between zero and one. Default is 0.3. Is the weight given to the |
Unif |
A numeric value, 1 or 2. If 1, the |
MEDEIROS, A. D. DE; PEREIRA, M. D. SAPL: a free software for determining the physiological potential in soybean seeds. Pesquisa Agropecuaria Tropical, v. 48, n. 3, p. 222-228, 2018.
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) Ger <- data.frame(LOTE = c(1,2), GER = (c(90,80))) print(Ger) VigInd <- vigor_corr(Seedling, Ger, wg = 0.7, wu = 0.3, Unif = 1) VigInd
Seedling <- data.frame( LOTE = c(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2), REP = c(1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2), SH = c(0.00, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 0.64, 2.77, 1.18, 1.07, 0.80, 2.65, 3.51, 1.98), ROOT = c(4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 4.86, 6.71, 7.88, 3.68, 9.68, 8.88, 9.85, 8.75) ) print(Seedling) Ger <- data.frame(LOTE = c(1,2), GER = (c(90,80))) print(Ger) VigInd <- vigor_corr(Seedling, Ger, wg = 0.7, wu = 0.3, Unif = 1) VigInd