maxmin | R Documentation |
This function allows you to scale vectors or an entire data frame using the max-min scaling method A numeric vector is always returned.
maxmin(x)
x |
Pass a vector or the required columns of a data frame through this argument. |
This is used within keymetrics_scan()
to enable row-wise
heatmapping. Originally implemented in
https://github.com/martinctc/surveytoolbox.
Returns a numeric vector with the input rescaled.
Other Support:
any_idate()
,
camel_clean()
,
check_inputs()
,
cut_hour()
,
extract_date_range()
,
extract_hr()
,
heat_colours()
,
is_date_format()
,
pairwise_count()
,
read_preamble()
,
rgb2hex()
,
totals_bind()
,
totals_col()
,
tstamp()
,
us_to_space()
,
wrap()
numbers <- c(15, 40, 10, 2)
maxmin(numbers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.