[R] [newbie] scatterplot with marginal histograms (done) and axes labels

2008-11-07 Thread KarstenW
Hello, I am stuck when I want to add axes labels to my scatterplot with histograms. I guess it must be something with par(mar=) or so, but could someone give me a hint? Here is what I got so far: # adapted from http://www.stat.ucl.ac.be/ISdidactique/comment/fichiers/r/scatterhist.rs and from

Re: [R] [newbie] scatterplot with marginal histograms (done) and axes labels

2008-11-07 Thread KarstenW
the function in a Sweave context, i.e. \begin{Scode}{fig=true, echo=false, results=hide} print(scatterhist(x,y, x, y)) \end{Scode} the labels still do not appear... Kind regards, Karsten. KarstenW wrote: Hello, I am stuck when I want to add axes labels to my scatterplot with histograms. I

[R] Work with packages without using R CMD build/install

2008-09-16 Thread KarstenW
Hello, for my small project I would like to organize the data, functions and documentation as a package. I have already created a skeleton directory structure with DESCRIPTION file and put some files in the R, man and data subdirectories. Now I would like to work on the package without

[R] Time Series x-axis labeling

2008-09-08 Thread KarstenW
Hello, how is it possible to plot a time series of monthly data over several years such that the x-axis shows the first letter of the month and displays a grid line at every year? I am new to R and had no real success until now. I have: library(utils) oneMonth = 1.0 / 12.0 tsData =