markmet {AgroTech}R Documentation

Spray deposit (metallic marker)

Description

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

Usage

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
)

Arguments

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)

Value

Returns the comparison between the treatments of the experiment

Author(s)

Rodrigo Yudi Palhaci Marubayashi, marubayashi@uel.br

Gabriel Danilo Shimizu

Otavio Jorge Grigoli Abi Saab

References

No reference

See Also

markblue

Examples

library(AgroTech)
data("example_markmet")
with(example_markmet,
     markmet(ppm = ppm,
            white = 0.02,
            VL = 35,
            AL = 63.61,
            analysis = TRUE,
            trat=trat))

[Package AgroTech version 1.0.2 Index]