spider: Spider chart function

Description Usage Arguments

View source: R/spider.R

Description

Spider chart function

Usage

1
2
3
4
5
6
7
spider(x1 = NULL, x2 = NULL, colRec = "#ff9999", alphaRec = 0.5,
  colRecBorder = NULL, titles = NULL, stepsText = NULL, singlePanel = F,
  rectangular = F, colSpider = "#e6e6e6", alphaSpider = 0.5,
  colBorder = c("#cccccc", "#cccccc", "#666798", "#cccccc", "#cccccc"),
  maxValues = NULL, minValues = NULL, rad = 5, cexSteps = 1.4,
  cexProcent = 0.8, parValues = list(pty = "s"), cexPoints = 1,
  circleLines = 5, twistSteps = 90, cexTitles = 0.7)

Arguments

x1

data

x2

data to plot on top of x1

colRec

color of x1 rectangular

alphaRec

alpha of the rectangular

colRecBorder

color of rectangular's border

titles

title for the spider plot

stepsText

labels for the radar lines

singlePanel

plot everything in one plot

rectangular

rectangular spider chart

colSpider

color of the spider chart

alphaSpider

alpha of the spider chart

colBorder

color for the five rings of the chart

maxValues

which x1/x2 maximal can get

minValues

which x1/x2 minimal can get

rad

radius for the charts, plot window is limited from -5 to 5 in x and y direction

cexSteps

size of the stepsTexts

cexProcent

size of the procent texts

parValues

par(..) values to be called for each chart

cexPoints

size of the points

circleLines

number of circle lines

twistSteps

0 to 90 supported


MaximilianPi/Aranea documentation built on May 21, 2019, 9:42 a.m.