panel.radarplot: Panel function for multidimensional 'Table 1 at-a-glance' See...

Description Usage Author(s) See Also

View source: R/panel.radarplot.R

Description

Panel function for multidimensional 'Table 1 at-a-glance' See radarplot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
panel.radarplot(x, y, groups = NULL, pch = if (is.null(groups))
  plot.symbol$pch else superpose.symbol$pch, col, col.line = if
  (is.null(groups)) plot.line$col else superpose.line$col, col.symbol = if
  (is.null(groups)) plot.symbol$col else superpose.symbol$col, font = if
  (is.null(groups)) plot.symbol$font else superpose.symbol$font,
  fontfamily = (if (is.null(groups)) plot.symbol else
  superpose.symbol)$fontfamily, fontface = (if (is.null(groups)) plot.symbol
  else superpose.symbol)$fontface, lty = if (is.null(groups)) plot.line$lty
  else superpose.line$lty, cex = if (is.null(groups)) plot.symbol$cex else
  superpose.symbol$cex, fill = if (is.null(groups)) plot.symbol$fill else
  superpose.symbol$fill, lwd = if (is.null(groups)) plot.line$lwd else
  superpose.line$lwd, w = 0.12, h = 0.06, strength = NULL, ...)

Author(s)

David C. Norris

See Also

radarplot


VizOR documentation built on May 30, 2017, 5:29 a.m.