flowgrap {AgroTech}R Documentation

Flow graphic of nozzles on spray bar

Description

This is a function to check the conditions of the spray nozzles

Usage

flowgrap(
  file,
  pointsize = 3.5,
  xsup = 1.1,
  xinf = 0.9,
  pointcolor = "red",
  xlab = "Nozzle number",
  ylab = NA
)

Arguments

file

Numerical vector with the flows

pointsize

Point size (default 3.5)

xsup

Upper limit

xinf

Bottom limit

pointcolor

Point color (red)

xlab

x axis legend

ylab

y axis legend

Value

Returns graph of ggplot2

Author(s)

Rodrigo Yudi Palhaci Marubayashi, marubayashi@uel.br

Gabriel Danilo Shimizu

Otavio Jorge Grigoli Abi Saab

References

ANDEF Associacao Nacional de Defesa Vegetal. Manual de tecnologia de aplicacao de produtos fitossanitarios. Campinas: Linea Creativa, 2004. 50p.

BOLLER, W.; RAETANO, C. G. Bicos e pontas de pulverizacao de energia hidraulica, regulagens e calibracao de pulverizadores de barras. In: ANTUNIASSI, U. R.; BOLLER, W. (Organizadores). Tecnologia de aplicacao para culturas anuais. Passo Fundo: Aldeia Norte; Botucatu: FEPAF, 2011. p.51-82.

SPRAYING SYSTEMS CO. Catalogo 51A-PT - Produtos de pulverizacao para agricultura. Wheaton: Spraying Systems Co., 2014. 160p.

Examples

resp=c(881,854,865,876,906.3,
874.7,868.3,878.7,872.7,901.7,
823.3,889.7,861.3,900.3,890.3,
886.7,916.7,872,912.7,894)
flowgrap(resp)
# flowgrap("file.xlsx")

[Package AgroTech version 1.0.2 Index]