vartemp | R Documentation |
This is a function to check weather conditions in agricultural spraying
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 )
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) |
Returns graph of ggplot2
Rodrigo Yudi Palhaci Marubayashi, marubayashi@uel.br
Gabriel Danilo Shimizu
Otavio Jorge Grigoli Abi Saab
No reference
data("example_meteorological") vartemp(example_meteorological)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.