Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

## Not run: 
setRadarScale(15, 3)
setRadarScale(15, 5, 2)

## End(Not run)

radarchart

Radar Chart from 'Chart.js'

v0.3.1
MIT + file LICENSE
Authors
Doug Ashton [aut, cre], Shane Porter [aut], Nick Downie [ctb] (chart.js library), Tanner Linsley [ctb] (chart.js library), William Entriken [ctb] (chart.js library)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.