These functions create percent labels. They are mostly just wrappers around scales::percent(), scales::label_percent() and ggplot2::scale_(x|y)_continuous(). But they do have the extra convenience built in that the scale functions already use percent formatting and breaks are capped at 100
Usage
tfff_label_percent(accuracy = 0.1, ...)
tfff_percent(values, accuracy = 0.1, ...)
tfff_scale_x_percent(...)
tfff_scale_y_percent(...)