load_experimentData: Load infected tiller data from a given experimental site

Description Usage Arguments Value

View source: R/load_experimentData_functions.R

Description

Load infected tiller data from a given experimental site

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
load_experimentData(
  country,
  experiment,
  site,
  type,
  year,
  season,
  clean,
  plots = NULL,
  levels = NULL,
  labels = NULL,
  datFilepath
)

Arguments

site

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

type

either "I" or "N".

year

the year the data was collected

season

the season the data was collected

clean

perform post-load modifications to the data

plots

the plots to load

levels

levels to be provided to plot factor

labels

labels to be provided to plot factor

datFilepath

location of site data

Value

dataframe containing spatially resolved experiment data from a given site


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