I found indeed that there were no attachements yesterday and corrected the
mistake.
They are in my previous post.
Thanks.
--
View this message in context:
http://www.nabble.com/Customize-axis-labels-in-xyplot-tp24126788p24180049.html
Sent from the R help mailing list archive at Nabble.com.
__
http://www.nabble.com/file/p24173983/groups.csv groups.csv
http://www.nabble.com/file/p24173983/groups.r groups.r
Hello,
Points of an xyplot can be identified to a particular group according to
'sunflowers', a different one per group. However, this distinction does not
appear in the legend gen
I have attached 2 files sample.csv and sample.r to illustrate the problem.
Thank you for considering.
--
View this message in context:
http://www.nabble.com/Customize-axis-labels-in-xyplot-tp24126788p24143742.html
Sent from the R help mailing list archive at Nabble.com.
__
Hello,
I'm plotting an xyplot where a continuous var recorded every min is plotted
on y, and time expressed as HH:MM:SS on x, as follows :
xaxis=list(tick.number=12,rot=90)
lst=list(x=xaxis)
xyplot(upt$LOAD_1 ~ upt$TIME, data=upt, type=c('g','p', 'r'), scales=lst)
On the x-axis, every time labe
Thank you very much, it's what I was looking for.
--
View this message in context:
http://www.nabble.com/Print-column-headers-of-summary-tp24094930p24099660.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing
Hello,
This is a newbee question. I would simply like to write in a text file the
headers of the summary function along with the computed data.
write(summary(x), file="out.txt")
gives only the data.
I have not found a solution on the forum.
Thank you for any help.
--
View this message in con
6 matches
Mail list logo