Description Usage Format Examples
The possibilities in squares of size 16 are not yet exhausted.
1 | data("bogglewalks")
|
The format is: List of 3 $ 4 : int [1:24, 1:4] 1 1 1 1 1 1 2 2 2 2 ... $ 9 : int [1:784, 1:9] 1 1 1 1 1 1 1 1 1 1 ... ..- attr(*, "dimnames")=List of 2 .. ..$ : NULL .. ..$ : NULL $ 16: num [1:331259, 1:16] 8 16 1 6 10 16 6 11 16 8 ...
1 2 3 | data(bogglewalks)
apply(bogglewalks[[2]],2,table)
## maybe str(bogglewalks) ; plot(bogglewalks) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.