"selif" <-
function(x,c)
{
x <- cbind(x,t(t(c)));
w <- x[x[,ncol(x)]!=0];
dim(w) <- c(length(w)/ncol(x),ncol(x));
w[,1:(ncol(w)-1),drop=FALSE];
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.