CreateRadialPlot: R function CreateRadialPlot by William D. Vickers, freely...

Description Usage Arguments Details References

View source: R/CreateRadialPlot.R

Description

R function CreateRadialPlot by William D. Vickers, freely downloadable from the web

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
CreateRadialPlot(
  plot.data,
  axis.labels = colnames(plot.data)[-1],
  grid.min = -0.5,
  grid.mid = 0,
  grid.max = 0.5,
  centre.y = grid.min - ((1/9) * (grid.max - grid.min)),
  plot.extent.x.sf = 1.2,
  plot.extent.y.sf = 1.2,
  x.centre.range = 0.02 * (grid.max - centre.y),
  label.centre.y = FALSE,
  grid.line.width = 0.5,
  gridline.min.linetype = "longdash",
  gridline.mid.linetype = "longdash",
  gridline.max.linetype = "longdash",
  gridline.min.colour = "grey",
  gridline.mid.colour = "blue",
  gridline.max.colour = "grey",
  grid.label.size = 4,
  gridline.label.offset = -0.02 * (grid.max - centre.y),
  label.gridline.min = TRUE,
  axis.label.offset = 1.15,
  axis.label.size = 2.5,
  axis.line.colour = "grey",
  group.line.width = 1,
  group.point.size = 4,
  background.circle.colour = "yellow",
  background.circle.transparency = 0.2,
  plot.legend = if (nrow(plot.data) > 1) TRUE else FALSE,
  legend.title = "Player",
  legend.text.size = grid.label.size,
  titolo = FALSE
)

Arguments

plot.data

plot.data

axis.labels

axis.labels

grid.min

grid.min

grid.mid

grid.mid

grid.max

grid.max

centre.y

centre.y

plot.extent.x.sf

plot.extent.x.sf

plot.extent.y.sf

plot.extent.y.sf

x.centre.range

x.centre.range

label.centre.y

label.centre.y

grid.line.width

grid.line.width

gridline.min.linetype

gridline.min.linetype

gridline.mid.linetype

gridline.mid.linetype

gridline.max.linetype

gridline.max.linetype

gridline.min.colour

gridline.min.colour

gridline.mid.colour

gridline.mid.colour

gridline.max.colour

gridline.max.colour

grid.label.size

grid.label.size

gridline.label.offset

gridline.label.offset

label.gridline.min

label.gridline.min

axis.label.offset

axis.label.offset

axis.label.size

axis.label.size

axis.line.colour

axis.line.colour

group.line.width

group.line.width

group.point.size

group.point.size

background.circle.colour

background.circle.colour

background.circle.transparency

background.circle.transparency

plot.legend

plot.legend

legend.title

legend.title

legend.text.size

legend.text.size

titolo

plot title

Details

A description of the function can be found at the following link: http://rstudio-pubs-static.s3.amazonaws.com/5795_e6e6411731bb4f1b9cc7eb49499c2082.html

References

Vickers D.W. (2006) Multi-Level Integrated Classifications Based on the 2001 Census, PhD Thesis, School of Geography, The University of Leeds


BasketballAnalyzeR documentation built on July 2, 2020, 2:14 a.m.