tea_plot: tea_plot

Description Usage Arguments Value Note

View source: R/TeaSetClass.R

Description

a plot function specifically for TeaSets. Calls teaSet$tea_plot(parameters)

Usage

1
2
3
tea_plot(teaSet, dataLabels = NA, main = "", newPlot = TRUE,
  bullseye = FALSE, ticks = NA, axis.labels = "default",
  col.axis = "grey", ...)

Arguments

teaSet

a teaSet object. No default.

dataLabels

labels for t-points. If included, calls text instead of points.

main

the title of the plot

newPlot

whether to start a new plot, or draw atop an old plot. Defaults to TRUE

bullseye

whether to draw a Y-shape separating i-leaf, j-leaf and k-leaf

ticks

Whether to draw tick-lines. Can either specify the lines (list of numerics between 0 and 1), the number of lines (integer), or whether to draw for quarters (TRUE)

axis.labels

a 3-length list with labels for three axes. If left as axis.labels="default", will use colnames(myCoord)

col.axis

the color for axis lines and the bullseye. Defaults to grey

...

normal graphical parameters not already listed: col, pch, cex, etc. Can also set col="contrast", "gradient", to rotate gradient, add degrees such as "gradient90"

Value

NONE

Note

same functionality as teaSet$tea_plot()


cmpear/TeaSet_Package documentation built on Jan. 10, 2020, 2:46 a.m.