showClass("sparseVector")
showClass("dsparseVector")
showClass("xsparseVector")# those with an 'x' slot
sx <- c(0,0,3, 3.2, 0,0,0,-3:1,0,0,2,0,0,5,0,0)
(ss <- as(sx, "sparseVector"))
ix <- as.integer(round(sx))
(is <- as(ix, "sparseVector"))as(is, "isparseVector")
Run the code above in your browser using DataLab