adeverse / adegraphics

An S4 Lattice-Based Package for the Representation of Multivariate Data
https://adeverse.github.io/adegraphics/
9 stars 1 forks source link

Bug with adegraphics et plot(statisObject, option = ...) #3

Closed maxel62 closed 7 years ago

maxel62 commented 7 years ago

Using the package adegraphics, it's not possible to draw a statis object like in package ade4 :

Example based on help(statis) :

library(ade4)
data(jv73)
dudi1 <- dudi.pca(jv73$poi, scann = FALSE, scal = FALSE)
wit1 <- wca(dudi1, jv73$fac.riv, scann = FALSE)
kta3 <- ktab.within(wit1)
data(jv73)
statis3 <- statis(kta3, scann = FALSE)
plot(statis3, option = 3)
plot(statis3)
library(adegraphics)
plot(statis3)
plot(statis3, option = 3)
aursiber commented 7 years ago