assert_numeric_node_aes {clustree} | R Documentation |
Assert numeric node aesthetics
Description
Raise error if an incorrect set of numeric node parameters has been supplied.
Usage
assert_numeric_node_aes(
node_aes_name,
prefix,
metadata,
node_aes,
node_aes_aggr,
min,
max
)
Arguments
node_aes_name |
name of the node aesthetic to check |
prefix |
string indicating columns containing clustering information |
metadata |
data.frame containing metadata on each sample that can be used as node aesthetics |
node_aes |
value of the node aesthetic to check |
node_aes_aggr |
aggregation function associated with the node aesthetic |
min |
minimum numeric value allowed |
max |
maximum numeric value allowed |
[Package clustree version 0.5.1 Index]