vartemp {AgroTech} | R Documentation |
Temporal variability graph of weather conditions
Description
This is a function to check weather conditions in agricultural spraying
Usage
vartemp(
file,
nx = 1,
ny = 2,
variable = NA,
ylab = "Dependent",
xlab = "Independent",
size.text = 12,
size.title = 12,
size.strip = 12,
size.lty = 0.7
)
Arguments
file |
Excel file (xlsx) |
nx |
Time |
ny |
Weather conditions |
variable |
Variable name |
ylab |
y axis (Dependent) |
xlab |
x axis (Independent) |
size.text |
Size text (default is 12) |
size.title |
Size title (default is 12) |
size.strip |
Size strip (default is 12) |
size.lty |
Size line (default is 0.7) |
Value
Returns graph of ggplot2
Author(s)
Rodrigo Yudi Palhaci Marubayashi, marubayashi@uel.br
Gabriel Danilo Shimizu
Otavio Jorge Grigoli Abi Saab
References
No reference
Examples
data("example_meteorological")
vartemp(example_meteorological)
[Package AgroTech version 1.0.2 Index]