as.double.bk | R Documentation |
This also adds support for as.numeric
## S3 method for class 'bk'
as.double(x, ...)
x |
a bk object |
mode |
passed to as.double |
a "bk" object with numeric data values
g = bk_validate(list(gval=sample(c(F,T), 4^2, replace=TRUE), gdim=4, gres=0.5))
g[]
as.numeric(g)[]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.