plotFrequencies: Plot frequences

Description Usage Arguments Examples

Description

For internal use only. Plot supertest frequences

Usage

1
2
3
plotFrequencies(frequencies, manualColors = NULL, minSize = 4,
  maxSize = 20, width = 20, relMagnificationOfLegend = 0.5,
  lineSize = 1)

Arguments

frequencies

a data.frame created from 'computeFreqs'

manualColors

optional vector of colors

minSize

the minimal fontsize. Maximal frequencies will be added for each class

maxSize

the maximal fontsize dimension, all values above are clipped

width

the numerbe of character to wrap the labels

relMagnificationOfLegend

the relative magnification of the text of the legend

lineSize

the thickness of the lines

Examples

1
2
3
4
df <- data.frame(category=c("talk", "too","mutch", "dear"),
  frequencies=c(1,2,1,3),
  class=rep("Mut",4), stringsAsFactors = FALSE)
plotFrequencies(df)

cavei/houseOfClipUtility documentation built on May 12, 2019, 5:23 p.m.