| mu_emf_sum | R Documentation | 
For a given set of EMF data, calculates a nominal sum, or a set of weighted sums where the weights are based on the number of C13 incorporations.
mu_emf_sum(normalized_data, emf, peak_info = NULL)
| normalized_data | a matrix of normalized intensities | 
| emf | which emf are we working with | 
| peak_info | an optional data.frame of peak information | 
If 'peak_info' is 'NULL' (not supplied), then the *nominal* sum is returned. If 'peak_info' is supplied, then the weighted sums for each different EMF is returned. Note that the rownames of 'normalized_data' should correspond to the 'PeakID' in 'peak_info', and 'PeakID', 'c13', 'complete_EMF' and 'complete_IMF' must all be present.
A data.frame or list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.