Dear R-devel,
googling for the single letter R yields R-home page as the firt hit,
which is extremly nice.
By clicking on the figure you get the code of the "Winner of the R
Homepage graphics competition 2004."
By copy/pasting in your R console it doesn't work because it is impossible
to instal
o stripchart() now passes '...' to title() (as well as to
plot.default() and axis()). (Wish of PR#12202)
A simple fix that works for me is to forward the argument ... to
the function points() in graphics:::stripchart.default(), but I
know nothing about potential side
Dear Rdev,
in R 2.9.0 the doc of function stars() does not state that it
returns invisibly the location of atomic graphs. This is a
valuable information as it may help to set a value for the key.loc
parameter of this function.
My whish is just that the "value" section in stars.Rd should be
docum
>
>It seems they are using 10 minutes as the unit of measurement.
>If you wish to change it to hours you might want to use this instead:
>
>lh.hr <- ts(lh, start = 0, frequency = 6)
>
>so that
>
>cycle(lh.hr)
>
>starts out at 1.
Dear Gabor,
yes, it is very likely that the original dataset
Dear all,
I'm confused by the time serie parameters in data(lh) :
sueoka:~ lobry$ R --vanilla --quiet
> tsp(lh)
[1] 1 48 1
because documentation says:
QUOTE
A regular time series giving the luteinizing hormone in blood
samples at 10 mins intervals from a human female, 48 samples.
UNQUOTE
So
Marc,
>I have a large .Rnw file and was in the process of doing some debugging.
>I had set some R chunks to 'eval=false' in the process. This resulted in
>some R objects not being created that were in turn used in the
>subsequent \Sexpr's.
I have often the same problem, I'm using a construct like
I think you are computing your matrix to power N+1 instead of N.
This code seems to work for me:
Rs <- function(lambda, theta, N){
n0 <- 3.66
n1 <- 2.4
n2 <- 1.45
nn <- 1.00
lambda_ref <- 1000
d1 <- lambda_ref / 4 / n1
d2 <- lambda_ref / 4 / n2
theta0 <- asin( nn /
Dear R-Devel,
consider:
[rufus:~] lobry% R --vanilla --quiet
> sessionInfo()
Version 2.3.0 (2006-04-24)
powerpc-apple-darwin8.6.0
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils" "datasets"
[7] "base"
> help.search(package = "graphics", keyword = "hplot")