calibrate_sizes | R Documentation |
Could be useful to modify a vector of sizes to between, say 1 and 3, before passing to 'onto_plot'.
calibrate_sizes(x, high, low)
x |
Numeric vector |
high |
Numeric value of largest size |
low |
Numeric value of smallest size |
Numeric vector
calibrate_sizes(c("HP:0000001"=10, "HP:0000006"=5), high=3, low=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.