store_correl | R Documentation |
cf
will be stored as an element of cmap
under key out_key
in the member obj
of cmap
. The data frame passed via desc
will be
appended as a row to cmap[[out_key]]$map
. If out_key
does not exist
as a key in cmap
, a new element will be created. If it already exists,
addStat.raw_cf
is called to add statistics to the existing raw_cf
. Requires
the 'hash' package.Store a 'raw_cf' correlator in an associative array together with a description
The object cf
will be stored as an element of cmap
under key out_key
in the member obj
of cmap
. The data frame passed via desc
will be
appended as a row to cmap[[out_key]]$map
. If out_key
does not exist
as a key in cmap
, a new element will be created. If it already exists,
addStat.raw_cf
is called to add statistics to the existing raw_cf
. Requires
the 'hash' package.
store_correl(cmap, cf, out_key, desc)
cmap |
Object of class |
cf |
Object of class |
out_key |
String, key associated with |
desc |
Single row data frame containing some descriptive parameters for |
Since objects of class hash
are passed and modified by reference, there
is no explicit return value. Instead, the passed cmap
is modified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.