[R] simple plotting wcor (Rssa) question

Ingo Wardinski ingo at gfz-potsdam.de
Wed Aug 27 11:33:10 CEST 2014


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 wrong here:
cex.lab=3
and cex.axis=3 do not show any effect. And I have to say that I want to 
magnify the tick annotations.

>
> 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