Description Usage Arguments Value Examples
View source: R/SphereKaji20140527.R
Make a vector indexing rows that should be zero
1 | make.vector0(r)
|
r |
A vector of positive integers, a vector of number of levels of variables |
A vector with 0 or 1; indices with 1 means that elements of table vectors should be zero after the kronecker product rotation.
1 2 | r <- c(2,3,4)
v0 <- make.vector0(r)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.