[.draws_matrix | R Documentation |
draws_matrix
objectExtract parts of a draws_matrix
object. They are strictly defined as
matrices (draws x variable) so dropping any of the
dimensions breaks the expected structure of the object. Accordingly, no
dropping of dimensions is done by default even if the extracted slices are of
length 1. If drop
is manually set to TRUE
and any of the dimensions is
actually dropped, this will lead to dropping the "draws_matrix"
class as
well.
## S3 method for class 'draws_matrix'
x[i, j, ..., drop = FALSE]
x , i , j , ... , drop |
Same as in the default extraction method but with
|
An object of class "draws_matrix"
unless any of the dimensions
was dropped during the extraction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.