Methods for "[<-", i.e., extraction or subsetting of elements in the data frame of the MVST object
| 1 2 3 4 5 6 7 8 9 10 11 | ## S4 replacement method for signature 'GMRF_basis,ANY,ANY,ANY'
x[i, j] <- value
## S4 replacement method for signature 'GMRF,ANY,ANY,ANY'
x[i, j] <- value
## S4 replacement method for signature 'Obs,ANY,ANY,ANY'
x[i, j] <- value
## S4 replacement method for signature 'Basis,ANY,ANY,ANY'
x[i, j] <- value
 | 
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.