new_ezmmek_act_calibrate: new_ezmmek_act_calibrate

Description Usage Arguments Examples

View source: R/new_ezmmek_act_calibrate.R

Description

Creates dataframe containing calibrated enzyme activity data of class 'new_ezmmek_calibrate'

Usage

1
2
3
4
5
6
7
new_ezmmek_act_calibrate(
  std.data.fn,
  act.data.fn,
  ...,
  method = NA,
  columns = NULL
)

Arguments

std.data.fn

Standard data file as character string

act.data.fn

Activity data file as character string

...

User defined column names to join std.data.fn and act.data.fn

method

Enzyme assay protocol. Must define method as 'isc' or 'ibc'

columns

Column names carried over from parent functions if parent functions used

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: new_obj <- new_ezmmek_act_calibrate("data/tyson_std_04172020.csv",
  "data/tyson_sat_steen_04172020.csv",
  site_name,
  std_type,
  method = "isc",
  columns = NULL)
new_obj <- new_ezmmek_act_calibrate("data/tyson_std_04172020.csv",
  "data/tyson_sat_german_04172020.csv",
  site_name,
  std_type,
  method = "ibc",
  columns = NULL)
## End(Not run)

ezmmek documentation built on Aug. 28, 2020, 9:06 a.m.