Learn R Programming

ezmmek (version 0.2.4)

new_ezmmek_std_group: new_ezmmek_std_group

Description

Groups standard curve data by user-defined columns

Usage

new_ezmmek_std_group(std.data.fn, ..., method = NA, columns = NULL)

Arguments

std.data.fn

Standard data file as character string

...

User defined column names to group std.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

Run this code
# NOT RUN {
new_obj <- new_ezmmek_std_group("data/tyson_std_04172020.csv",
  site_name,
  std_type,
  method = "isc",
  columns = NULL)
new_obj <- new_ezmmek_std_group("data/tyson_std_04172020.csv",
  site_name,
  std_type,
  method = "ibc",
  columns = NULL)
# }

Run the code above in your browser using DataLab