rsp.average | R Documentation |
Functions to build composite respeciate profiles
rsp_average_profile
generates an average composite
of a supplied multi-profile respeciate
object.
rsp_average_profile(rsp, code = NULL, name = NULL, method = 1, ...)
rsp |
A |
code |
required character, the unique profile code to assign to the average profile. |
name |
character, the profile name to assign to the average profile. If not supplied, this defaults to a collapsed list of the codes of all the profiles averaged. |
method |
numeric, the averaging method to apply: Currently only 1 (default)
|
... |
additional arguments, currently ignored |
rsp_average_profile
returns a single profile average
version of the supplied respeciate
profile.
In development function; arguments and outputs likely to be subject to change.
This is one of the very few respeciate
functions that modifies the
WEIGHT_PERCENT
column of the respectiate
data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.