E3PlotLines: Draw series data as points with smoothed lines (using...

Description Usage Arguments

Description

Draw series data as points with smoothed lines (using Rcssplot)

Usage

1
2
3
4
5
E3PlotLines(vdat, xcolumn = 1, ycolumns = c(2, 3),
  lineclass = rep("plain", length(ycolumns)), lineloess = rep(TRUE,
  length(ycolumns)), xlim = NULL, ylim = NULL, xlab = "", ylab = "",
  main = "", legend = rep("", length(ycolumns)), legend.at = rep(1,
  length(ycolumns)), Rcss = "default", Rcssclass = "plotline")

Arguments

vdat

- data.frame with numbers

xcolumn

- character/integer. Column containing x values

ycolumns

- vector of of columns to show as lines

lineclass

- character vector. Classes used to style each lines using Rcssplot.

lineloess

- logical vector. Determines whether for each line, the line will be plotted smoothed (loess) or not.

xlim

- numeric vector with two elements. range for x axis

ylim

- numeric vector with two elements. range for y axis

xlab

- character string. Text to display below x axis

ylab

- character string. Text to display below y axis.

main

- character string. Text to display as title.

legend

- character vector. Text to display in legend

legend.at

- numeric vector of length equal to ycolumns. Determines where to place the legends.

Rcss

- Rcss object. Used to style the heatmap with Rcssplot.

Rcssclass

- character vector. Classes to tune Rcssplot formatting.


tkonopka/ExpCube documentation built on May 31, 2019, 3:44 p.m.