how to program in ggplot2

32 views
Skip to first unread message

ashwin

unread,
Dec 11, 2011, 10:30:55 AM12/11/11
to ggplot2
Hi,

I am new to R language and ggplot2. I am quite impressed by the
capabilites of the two. Now Can i learn to code in ggplot2 directly or
do i need to first learn R langauge to learn to use gglplot2. I am
intending to use ggplot2 is apache web server log crunching and
graphing the data and provide managers with a interface that they can
customize and drill down as much as they like. I wanted it to be web
based so that nothing needs to be installed in client side. I should
mention these logging is not by vanilla apache but specialized
program. So it is necessary for me to capture the same log line every
five minutes (as it will disappear and overwritten by a new aggregate
value) AND plot the graph. So does ggplot2 or r provide for a elegant
way to store these values and plot them? These data needs to be stored
for pretty long duration like 3 months data. So it is like capture
data every 5 mins and continue store such data for 3 months . So where
should i start? Can you provide me some pointers?

with regards,
ashwin

Michael Griffiths

unread,
Dec 11, 2011, 12:23:39 PM12/11/11
to ashwin, ggplot2
First of all, R is the language - ggplot2 is essentially a library. You thus
need to use R.

It also sounds like you need to save the data in, say, a database and then
query the database to generate the graph when requested. R is a programming
language - you can certainly use R to perform this step, or you can use
anything else.

I'd also check here:

http://cran.r-project.org/doc/FAQ/R-FAQ.html#R-Web-Interfaces

...for how to handle R requests over the web.

Hi,

with regards,
ashwin

--
You received this message because you are subscribed to the ggplot2 mailing
list.
Please provide a reproducible example: http://gist.github.com/270442

To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2

Reply all
Reply to author
Forward
0 new messages