This function converts numbers into pretty format appropriate for big numbers and add to Y axis. Typically used for labelling plots to make them more readable and easy to understand.
1 |
1 2 | numVector= seq(from= 100000, to= 10000000, by= 500000)
compressNumbers(numVector)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.