| assert_numeric_node_aes | R Documentation | 
Raise error if an incorrect set of numeric node parameters has been supplied.
assert_numeric_node_aes(
  node_aes_name,
  prefix,
  metadata,
  node_aes,
  node_aes_aggr,
  min,
  max
)
| 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 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.