View source: R/normalizeData.R
getNormParameters | R Documentation |
Get the normalization parameters that are appended by normalizeData
as attributes to the input data.
getNormParameters(x)
x |
input data |
This function is equivalent to calling attr(x, "normParams")
.
the parameters generated by an earlier call to normalizeData
normalizeData
, denormalizeData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.