markmet | R Documentation |
This is a function to determine spray deposit using metallic markers and then after performing tests of assumptions, analysis of variance and comparison of means
markmet( ppm, white, VL, AL, analysis = TRUE, trat, block, design = "DIC", transf = 1, quali = TRUE, grau = 1, test = "parametric", mcomp = "tukey", ylab = expression(mu ~ cm^2), save.xlsx = FALSE )
ppm |
Concentração |
white |
White reading |
VL |
Wah volume (mL) |
AL |
blade area (cm2) |
analysis |
Perform statistical analysis |
trat |
Vector with treatment |
block |
Vector with block (if design = "DBC") |
design |
Experiment design |
transf |
Data transformation |
quali |
Qualitative or quantitative treatment (default is TRUE) |
grau |
degree of the polynomial (when treatment is quantitative) |
test |
Parametric or Nonparametric (default is "parametric") |
mcomp |
Mean comparison test (default is "tukey") |
ylab |
y axis name (default is expression(mu~cm^2)) |
save.xlsx |
Want to export in excel format (default is FALSE) |
Returns the comparison between the treatments of the experiment
Rodrigo Yudi Palhaci Marubayashi, marubayashi@uel.br
Gabriel Danilo Shimizu
Otavio Jorge Grigoli Abi Saab
No reference
markblue
library(AgroTech) data("example_markmet") with(example_markmet, markmet(ppm = ppm, white = 0.02, VL = 35, AL = 63.61, analysis = TRUE, trat=trat))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.