Re: [R] simple plotting wcor (Rssa) question

2014-08-27 Thread David Winsemius
On Aug 27, 2014, at 2:18 AM, Ingo Wardinski wrote: > 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

Re: [R] simple plotting wcor (Rssa) question

2014-08-27 Thread Ingo Wardinski
On 08/27/2014 11:18 AM, Ingo Wardinski wrote: 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))) I was wron

[R] simple plotting wcor (Rssa) question

2014-08-27 Thread Ingo Wardinski
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