View source: R/getMaxAbsValue.R
getMaxAbsValue | R Documentation |
gets maximum abs value from dataframe column
getMaxAbsValue(.data, .var, inf.rm = TRUE, buffer = 1.1)
.data |
dataframe |
.var |
numeric column name to calcualte max abs value |
inf.rm |
logical indicating whether to remove INF values |
buffer |
numeric value to add buffer or padding to max abs value |
maximum abs value for column within dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.