Assign or access TimeTerminal for a valid object class
Source: R/aa_generics.R, R/class_Kobe.R
TimeTerminal.RdAssign or access TimeTerminal for a valid object class
Usage
TimeTerminal(object)
TimeTerminal(object) <- value
# S4 method for class 'Kobe'
TimeTerminal(object)
# S4 method for class 'Kobe'
TimeTerminal(object) <- valueArguments
- object
An object of class
Kobe-class()- value
A
numericvalue with a value matching one inKobe@TimeKobe-class()for details.
Value
Returns a numeric values from the TimeTerminal slot in Kobe()
objects
Methods (by class)
TimeTerminal(Kobe): ReturnTimeTerminalfrom aKobe-class()objectTimeTerminal(Kobe) <- value: AssignTimeTerminalto aKobe-class()object