Skip to contents

Shows all available preset styles that can be used with besthr_style().

Usage

list_besthr_styles()

Value

A character vector of style names (invisibly)

Examples

list_besthr_styles()
#> Available besthr style presets:
#> 
#>   'default'       Modern theme with colorblind-safe colors (recommended)
#>   'classic'       Original besthr appearance
#>   'publication'   Clean style for journal figures
#>   'presentation'  Larger elements for slides
#>   'density'       Gradient density display for bootstrap
#> 
#> Usage: plot(hr, config = besthr_style('publication'))