Hello,
I try to plot w-correlation matrix of singular spectrum analysis by
using the package Rssa. This is an example:
> library(Rssa)
> s <- ssa(co2)
> w <- wcor(s, groups = 1:20)
> plot(w,cex.label=3),scales=list(at=c(10,20,30,40)))
However cex.label dos not have any effect. Also I would like to change
the tick labels, currently they show up as F1, F2 etc., and I would like
to have them as 1, 2, etc.
Any help would be very much appreciated
ingo
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.