View source: R/class-signature.R
ToxicoSig | R Documentation |
A user friendly constructor to create ToxicoSig class objects. This function is implemented as an internal and should only be called for development purposes
ToxicoSig( Data = array(NA, dim = c(0, 0, 0)), tSetName = "", DateCreated = date(), SigType = "sensitivity", SessionInfo = sessionInfo(), Call = "No Call Recorded", Arguments = list() )
Data |
'array“ An array contiaining the data for constructing the ToxicoSig object |
tSetName |
|
DateCreated |
|
SigType |
|
SessionInfo |
|
Call |
|
Arguments |
|
object
A new ToxicoSig object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.