shapeSlot {kergp} | R Documentation |
Extract the slot of a structure.
shapeSlot(object, slotName = "par", type = "all", as = "vector")
object |
An object to extract from, typically a covariance kernel. |
slotName |
Name of the slot to be extracted. |
type |
Type of slot to be extracted. Can be either a type of parameter,
|
as |
Type of result wanted. Can be |
A vector, list or matrix containing the extraction.
This function is for internal use only.