Skip to content

doubleYScale from latticeExtra, problems with style

3 messages · Troels Ring, Duncan Mackay

#
Hi Dennis - thanks a lot - I do not seem to make any progress from 
reading the pages in the lattice book or the documentation of the 
doubleYScale function.
All best wishes
Troels



Den 05-08-2014 20:49, Dennis Murphy skrev:
#
Hi Troels

Try this

(sd1 <- doubleYScale(obj1,obj2,add.ylab2 = TRUE, use.style = FALSE))

update(sd1,
    par.settings = list(axis.text = list(cex = 1.2),
                        par.ylab.text = list(cex = 1.5)))

Amended sd to sd1

Unfortunately doubleYScale uses themes which makes things difficult

The use.style negates the use of styles apparently 
Have a good read of doubleYScale help page 

Duncan

Duncan
Duncan Mackay
Department of Agronomy and Soil Science
University of New England
Armidale NSW 2351
Email: home: mackay at northnet.com.au

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of Troels Ring
Sent: Wednesday, 6 August 2014 16:34
To: Dennis Murphy; r-help at r-project.org
Subject: Re: [R] doubleYScale from latticeExtra, problems with style

Hi Dennis - thanks a lot - I do not seem to make any progress from 
reading the pages in the lattice book or the documentation of the 
doubleYScale function.
All best wishes
Troels



Den 05-08-2014 20:49, Dennis Murphy skrev:
completely:
http://www.R-project.org/posting-guide.html
______________________________________________
R-help at 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.
#
Thanks Duncan - getting still better! - but "Y2" is still unformatted 
and so different from "Y1" - I have been on the help page but fail to 
find explanations.
Best wishes
Troels

Den 07-08-2014 08:08, Duncan Mackay skrev: