Learn R Programming

AgroTech (version 1.0.2)

vartemp: 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
)

Value

Returns graph of ggplot2

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)

Author

Rodrigo Yudi Palhaci Marubayashi, marubayashi@uel.br

Gabriel Danilo Shimizu

Otavio Jorge Grigoli Abi Saab

References

No reference

Examples

Run this code
data("example_meteorological")
vartemp(example_meteorological)

Run the code above in your browser using DataLab