Description Usage Arguments Value
this Rcpp function 'calc_use_mrl()' receives test values matrix and returns a numeric matrix that each value have to be divide by correspoding MRL value.
1 | calc_residue_index(vm, products, mrl_map)
|
vm |
test values matrix of each product (row) in each drug (column) |
products |
character vector composed of product names, which correspond to each row in param 'vm' |
mrl_map |
a R object List that the product name is used as a key and the MRL standards vector on pesticides is used as a value. |
numeric matrix where each value have to be divided by corresponding MRL standard.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.