uncompress.default | R Documentation |
This function inverts the action carried out by the
compress.default
function.
## Default S3 method:
uncompress(v, verbose=FALSE, ...)
v |
The object to uncompress |
verbose |
Print an informative message whilst executing |
... |
Other arguments |
The inverse of compress.default
The uncompressed, reinstated, vector.
G P Nason
compress.default
, uncompress
uncompress(compress(c(1, rep(0,99), 1)))
#[1] 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
#[38] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
#[75] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.