Displaying 3 results from an estimated 3 matches for "aible".
Did you mean:
able
2012 Feb 28
2
ts.plot and x axes customization
...In the previous code I've determined the time series with
series1 = ts(x, start=c(2000,1), frequency=4)
series2 = ts(y, start=c(2000,1), frequency=4)
What I've tried before is deleting the X axes via gpars=list(xaxt="n") in
the ts.plot-code. But after that I was not aible to add the customized axes
via axis()...
In advance, thank you very much for your help and hints!
Regards,
Jochem
Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App f?r iPhone
und Android.
[1]https://produkte.web.de/freemail_mobile_startseite/
References
1....
2011 Oct 04
0
ggplot2: not displaying annotation (label = expression) in/on graph
Hi all,
I am trying to print some generated text on plot which is comprised of text and the value of a variable. Thanks to the response from Joshua Wiley <jwiley.psych@gmail.com> on the thread "How to format R superscript 2 followed by "=" value, I can now get R^2 = value. However with the following code:
ggplot(blData, aes(x = xData, y = yData)) +
geom_point(aes(colour
2011 Oct 03
1
Unable to load local library via GUI
Hi all,
Not sure if this is the best list, please point me to a more appropriate list if necessary.
Running Mac OSX 10.7.1
R version 2.13.1 Patched (2011-08-14 r56741)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
I have a locally developed library (libmlalgs), which I am able to install via the command line: