Learn R Programming

radarchart (version 0.3.1)

setRadarScale: Autoscale the radar plot

Description

Autoscale the radar plot

Usage

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

Run this code
## Not run: 
# setRadarScale(15, 3)
# setRadarScale(15, 5, 2)
# ## End(Not run)

Run the code above in your browser using DataLab