powered by
The function will return TRUE if the object is a Radviz object
TRUE
is.radviz(x)
an object of class Radviz, as returned by do.radviz
do.radviz
# NOT RUN { data(iris) das <- c('Sepal.Length','Sepal.Width','Petal.Length','Petal.Width') S <- make.S(das) rv <- do.radviz(iris,S) is.radviz(rv) # should be true # }
Run the code above in your browser using DataLab