Description Usage Arguments Value
Normalize a column in a data.frame with respect to the lowest or highest value in another column.
1 | normalizeFrame(frame,column,identifiers,wrt,value="lowest")
|
frame |
A data.frame containing the data to be normalized |
column |
The name of the column to be normalized |
identifiers |
List of the column names which can uniquely identify each case to be normalized |
wrt |
Which column to use to identify the measurement to normalize to |
value |
Must be "lowest" or "highest". Sets whether the lowest or
highest value of column |
A data.frame containing every unique combination of identifiers
and the normalized column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.