plot.dualScale {dualScale} | R Documentation |
Plot of Dual Scale analysis
## S3 method for class 'dualScale'
plot(x, dim1 = 1, dim2 = 2, type = c("Asy1", "Asy2", "Sub", "Ite"), ...)
x |
A Dual Scale object |
dim1 |
Component for the horizontal axis. Default dimension 1 |
dim2 |
Component for the vertical axis. Default dimension 2 |
type |
Graph type
|
... |
Arguments to be passed to methods |
A plot of the available information from the object
plot(ds_cf(curricula))
plot(ds_mc(singaporean))
plot(ds_mcf(singaporean, crit = 1))
plot(ds_pc(christmas))
plot(ds_ro(goverment))