On 7/2/09, Dirk Eddelbuettel wrote:
>
> On 2 July 2009 at 11:14, Steve Lianoglou wrote:
> | On Jul 2, 2009, at 10:39 AM, Mark Knecht wrote:
>
> | > 2) The closest example of the second would be a multi-study chart sort
> | > of like is typical in a lot of stock charting programs. Here's (I
> |
Hi,
On Jul 2, 2009, at 11:26 AM, Mark Knecht wrote:
On 7/2/09, Steve Lianoglou wrote:
[snip]
One thing you could do is to peruse the R Graph Gallery to see what
people
can do:
http://addictedtor.free.fr/graphiques/
In particular, the graph below looks *somehow* similar to the chart
you
plot.zoo and xyplot.zoo in the zoo package both produce
multipanel plots with one panel per series (or optionally
all on one panel or a mixture).
library(zoo)
example(plot.zoo)
example(xyplot.zoo)
and see the three zoo vignettes.
The quantmod package has charting specifically oriented to
securit
On 2 July 2009 at 11:14, Steve Lianoglou wrote:
| On Jul 2, 2009, at 10:39 AM, Mark Knecht wrote:
| > 2) The closest example of the second would be a multi-study chart sort
| > of like is typical in a lot of stock charting programs. Here's (I
| > hope) a simple example:
| >
| > http://stockcharts.
On 7/2/09, Mark Knecht wrote:
> On 7/2/09, Steve Lianoglou wrote:
> >
> > In particular, the graph below looks *somehow* similar to the chart you
> > link to.
> >
> > http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109
>
> What a great site! Thanks!
>
> The chart you point
On Jul 2, 2009, at 11:26 AM, Mark Knecht wrote:
On 7/2/09, Steve Lianoglou wrote:
Hi,
On Jul 2, 2009, at 10:39 AM, Mark Knecht wrote:
Hi,
So far my plotting needs have been sort of ignored as I got
acquainted with R this week, but now that I have the basics in place
for the program I want
On 7/2/09, Steve Lianoglou wrote:
> Hi,
>
> On Jul 2, 2009, at 10:39 AM, Mark Knecht wrote:
>
>
> > Hi,
> > So far my plotting needs have been sort of ignored as I got
> > acquainted with R this week, but now that I have the basics in place
> > for the program I wanted to write it's time for me
Hi,
On Jul 2, 2009, at 10:39 AM, Mark Knecht wrote:
Hi,
So far my plotting needs have been sort of ignored as I got
acquainted with R this week, but now that I have the basics in place
for the program I wanted to write it's time for me to start learning
about how to make output that better s
Hi,
So far my plotting needs have been sort of ignored as I got
acquainted with R this week, but now that I have the basics in place
for the program I wanted to write it's time for me to start learning
about how to make output that better suits my needs. I think I have
two sort of charts I need
9 matches
Mail list logo