eel free to send us an email
if you would like to be kept informed of new versions, or if you have
any feedback, ideas, suggestions or would like to collaborate.
Best regards,
The googleVis team:
Markus Gesmann, Diego de Castillo
[[alternative HTML version deleted]]
_
end us an email
if you would like to be kept informed of new versions,
or if you have any feedback, ideas, suggestions or would
like to collaborate.
Markus Gesmann, Diego de Castillo
And now the NEWS:
Version 0.2.2 [2010-12-12]
==
Changes
o Fixed typos in doc
Dear R-help,
Suppose I have the following data:
df=data.frame(x=1:10, y=c(1,2,3,4,5,12,14,16,18,20))
plot(y~x, df, t="b")
How can I fit a model which estimates the slopes between x = 1-5, 5-6,
and 6-10?
Adding the factor f:
df$f <- gl(2,5)
Allows me to fit a linear model with interaction
t="l", auto.key=list(lines=TRUE, points=FALSE))
# See as well the documentation for auto.key and key under ?xyplot
# As an alternative you might want to use simpleKey
?simpleKey
xyplot(y~x, groups=g,data=mydata, t="l",
key=simpleKey(text=levels(mydata$g)
,
Markus
Markus Gesmann │Associate Director│Libero Ventures Ltd, One Broadgate, London
EC2M 2QS
tel: +44 (0)207 826 9080│ dir: +44 (0)207 826 9085│fax: +44 (0)207 826 9090
│www.libero.uk.com
A Lehman Brothers Company
AUTHORISED AND REGULATED BY THE FINANCIAL SERVICES AUTHORITY
-Original
Smultron http://smultron.sourceforge.net/ is a nice (and free) alternative to
the R build in editor. However, I would suggest to send Mac specific questions
to the R-Mac mail list: https://stat.ethz.ch/mailman/listinfo/r-sig-mac
Best regards,
Markus
Markus Gesmann │Associate Director│Libero
2),
skip=c(F,T,F,F),scales=list(x=list(relation="free")), ylab="patients",
main="Figure 1: X by district",
par.settings=list(superpose.polygon=list(col=c("light blue", "dark blue"))),
key=mykey)
solve your problem?
Regards,
Markus
Markus
Would this:
sapply(strsplit(C, " "), length)
work for?
Markus Gesmann │Associate Director│Libero Ventures Ltd, One Broadgate, London
EC2M 2QS
tel: +44 (0)207 826 9080│ dir: +44 (0)207 826 9085│fax: +44 (0)207 826 9090
│www.libero.uk.com
A Lehman Brothers Company
AUTHORISED AND
,
Markus
Markus Gesmann │Associate Director│Libero Ventures Ltd, One Broadgate, London
EC2M 2QS
tel: +44 (0)207 826 9080│ dir: +44 (0)207 826 9085│fax: +44 (0)207 826 9090
│www.libero.uk.com
A Lehman Brothers Company
AUTHORISED AND REGULATED BY THE FINANCIAL SERVICES AUTHORITY
-Original Message
t(plot, position = c(0, .3, 1, .9), more = TRUE)
print(update(plot, aspect = "xy", main = "", xlab = "Year"),
position = c(0, 0, 1, .3))
Kind regards
Markus
Markus Gesmann │Associate Director│Libero Ventures Ltd, One Broadgate, London
EC2M 2QS
tel
Dear Olivier,
I had the same problem the other day.
It is important that you set the PATH in the right order.
I use the Rtools set from http://www.murdoch-sutherland.com/Rtools/ and created
a little batch file to set the PATH in the right order, please see below:
8<-
11 matches
Mail list logo