View source: R/set.ticks.seq.R
set.ticks.seq | R Documentation |
Set appropriate ticks. Wrapper for cbreaks in scale that allows for $ and percent ticks
set.ticks.seq(max, min, unit, num.ticks = 5)
max |
numerical max of the ticked plot |
min |
numerical min of the ticked plot |
unit |
Unit that goes wit hthe ticks |
A vector with $breaks which are breaks and $labels which are the labelled values
set.ticks.seq(100,0,"%")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.