ToxPlot_causalityInfo: causalityInfo class

Description Usage Arguments Details Value

Description

Stores causality data to pass to toxPlot_byToxicity in the causality parameter. The columns containing the data in toxData should hold numeric data.

Usage

1
2
3
ToxPlot_causalityInfo(columns, names = character(0), width = 1.5,
  pch = c(NA, NA, 4, 8, 16), cex = 1, col = 1,
  labels = c("Possibly related", "Probably related", "Definitely related"))

Arguments

columns

A vector of column names for toxData

names

A short identifier to place at the top of each column

width

The width to provide on the plot for each causality. This is on the scale of days on the plot

pch

The pch symbol to use for each level of causality

cex

The size of each symbol

col

The colour to use for each level of causality

labels

Labels for the non NA pch levels, used in the legend

Details

The default values expect a number between 1 and 5 and plot a symbol for values 3,4 and 5. This can be changed using pch.

Value

An object of class causalityInfo containing the same slots as paramters taken by ToxPlot_causalityInfo


finite2/robustToxicities documentation built on May 16, 2019, 12:54 p.m.