calc_sumPlotWeek: Sum infected (I) and total tillers (N=H+I) from each...

Description Usage Arguments Value

View source: R/calc_sumPlotWeek.R

Description

Sums the number of infections and total number of tillers from each plot-week for a given site.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
calc_sumPlotWeek(
  data = NULL,
  country = NULL,
  experiment = NULL,
  site = NULL,
  year = NULL,
  season = NULL,
  sumVar = "numTillers",
  filepath
)

Arguments

site

site name (one of "Pila","Victoria","Malayantoc","Maligaya").

year

the year the data was collected

season

the season the data was collected

Value

dataframe with the date/DAT/Week# sampled, number of tillers infected and total number of tillers.


SharpRT/NFRR_Philippines documentation built on Dec. 18, 2021, 1:05 p.m.