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


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

Reply via email to