[,NpdeSimData-method | R Documentation |
Access slots of a NpdeData using the object["slot"] format
## S4 method for signature 'NpdeSimData'
x[i, j, drop]
## S4 method for signature 'NpdeData'
x[i, j, drop]
## S4 replacement method for signature 'NpdeData'
x[i, j] <- value
## S4 method for signature 'NpdeRes'
x[i, j, drop]
## S4 method for signature 'NpdeObject'
x[i, j, drop]
x |
object from which to extract element(s) or in which to replace element(s) |
i , j |
indices specifying elements to extract or replace. Indices are numeric or character vectors or empty (missing) or NULL |
drop |
For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension (see the examples). This only works for extracting elements, not for the replacement. See drop for further details |
value |
typically an array-like R object of a similar class as x |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.