Learn R Programming

pandemonium (version 0.2.4)

plotPC: Make parallel coordinate plot

Description

Make parallel coordinate plot

Usage

plotPC(
  coord,
  groups,
  benchmarkIds,
  filt,
  c = TRUE,
  s = TRUE,
  a = 0.2,
  pal = NULL
)

Value

ggplot

Arguments

coord

coordinate representation of points

groups

grouping from clustering is numeric or can be made numeric by as.numeric

benchmarkIds

index values of benchmarks

filt

filter of groups

c

centre

s

rescale (default=TRUE)

a

alpha transarancy for drawing non-benchmark points (default=0.2)

pal

pallete for colour assignment