[R] simple plotting wcor (Rssa) question
Ingo Wardinski
ingo at gfz-potsdam.de
Wed Aug 27 11:18:33 CEST 2014
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
More information about the R-help
mailing list