Matrix (version 0.99-3)

[<--methods: Methods for "[<-" - Assigning to Subsets for 'Matrix'

Description

Methods for "[<-", i.e., extraction or subsetting mostly of matrices, in package Matrix.

Arguments

See Also

[-methods for subsetting "Matrix" objects; index-class; Extract about the standard subset assignment (and extraction).

Examples

Run this code
str(m <- Matrix(round(rnorm(7*4),2), nrow = 7))

Run the code above in your browser using DataCamp Workspace