[,ContractType,character,missing-method | R Documentation |
ContractType
-subscript methodsaccesses elements of an ContractType
accesses elements of an EventSeries
## S4 method for signature 'ContractType,character,missing'
x[i]
## S4 method for signature 'ContractType,numeric,missing'
x[i]
## S4 method for signature 'ContractType,logical,missing'
x[i]
## S4 replacement method for signature 'ContractType,character,missing,ANY'
x[i] <- value
## S4 replacement method for signature 'ContractType,numeric,missing,ANY'
x[i] <- value
## S4 method for signature 'timeBuckets,numeric,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'EventSeries,character,missing'
x[i]
## S4 method for signature 'EventSeries,numeric,missing'
x[i]
## S4 method for signature 'EventSeries,numeric,numeric'
x[i, j]
## S4 method for signature 'EventSeries,numeric,logical'
x[i, j]
## S4 method for signature 'EventSeries,numeric,character'
x[i, j]
This method accesses elements of an object of class ContractType
This method prints an object of class EventSeries
in an formatted way.
Formatting options are provided
each event's EventDate, EventType, EventValue, and state variables from the java-object to R (through rJava) and structures the data in an R-data.frame object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.