setRadarScale: Autoscale the radar plot

Description Usage Arguments Value Examples

View source: R/chartJSRadar.R

Description

Autoscale the radar plot

Usage

1
setRadarScale(maxScale = NULL, scaleStepWidth = NULL, scaleStartValue = 0)

Arguments

maxScale

Numeric length 1. Desired max limit

scaleStepWidth

Numeric length 1. Spacing between rings

scaleStartValue

Numeric length 1. Value of the centre

Value

A list containing the scale options for chartjs

Examples

1
2
setRadarScale(15, 3)
setRadarScale(15, 5, 2)

shaneporter/radarchart documentation built on May 29, 2019, 8:07 p.m.