I, as I am sure many of you were as well, was privy to an excellent
talk given by Hadley last Wednesday covering several topics to do with
ggplot2. This is was an excellent informative session and a big thanks
goes to to Hadley for taking the time to do this. One plot that Hadley
displayed in his talk caught my eye but I haven't been able to find a
reference to or even a starting point to begin to recreate. I was
wondering if someone might be able to point me in the right direction.
The plot is one where many small distributions are plotted on top of a
larger plot replacing a larger a more confusing scatter plot. I've
attached a screenshot from Hadley's presentation which illustrate
exactly the type of plot I am looking for.
Thanks in advance and again thanks Hadley for the great talk!
Sam
I missed the talk (hope to watch the recording sometime), but that plot
looked familiar. I finally hunted down where I had seen it before:
http://blog.revolutionanalytics.com/2011/10/ggplot2-for-big-data.html
That blog post is about 4 months old and ends with the sentence "I'm
currently with working another student, Yue Hu, to turn our research
into a robust R package."
Poking around Hadley's github repositories, it looks like bigvis is the
related repository. That might give you something to get started on how
to create such a plot.
--
Brian S. Diggs, PhD
Senior Research Associate, Department of Surgery
Oregon Health & Science University
Sam
--
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
Thanks in advance.
Sam
> library(devtools)
> install_github('bigvis')
Installing bigvis from hadley
Error in unzip(src, list = TRUE) :
zip file '/tmp/Rtmpk4tJje/hadley-bigvis.zip' cannot be opened
> sessionInfo()
R version 2.14.1 (2011-12-22)
Platform: x86_64-pc-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_CA.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_CA.UTF-8 LC_COLLATE=en_CA.UTF-8
[5] LC_MONETARY=en_CA.UTF-8 LC_MESSAGES=en_CA.UTF-8
[7] LC_PAPER=C LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_0.5.1
loaded via a namespace (and not attached):
[1] RCurl_1.9-5 tools_2.14.1
http://blog.revolutionanalytics.com/2012/02/slides-and-replay-for-a-backstage-tour-of-ggplot2.html
> On 10 February 2012 11:08, Sam Albers<tonightsthenight-Re...@public.gmane.org> wrote:
>
>> Hello all,
>>
>> I, as I am sure many of you were as well, was privy to an excellent
>> talk given by Hadley last Wednesday covering several topics to do with
>> ggplot2. This is was an excellent informative session and a big thanks
>> goes to to Hadley for taking the time to do this. One plot that Hadley
>> displayed in his talk caught my eye but I haven't been able to find a
>> reference to or even a starting point to begin to recreate. I was
>> wondering if someone might be able to point me in the right direction.
>> The plot is one where many small distributions are plotted on top of a
>> larger plot replacing a larger a more confusing scatter plot. I've
>> attached a screenshot from Hadley's presentation which illustrate
>> exactly the type of plot I am looking for.
>>
>> Thanks in advance and again thanks Hadley for the great talk!
>>
>> Sam
>>
>> --
>> 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 ggplot2-/JYPxA39Uh5...@public.gmane.org
>> To unsubscribe: email ggplot2+unsubscribe-/JYPxA39Uh5...@public.gmane.org
>> More options: http://groups.google.com/group/ggplot2
>>
>
--
I hadn't tried installing it, but when I did, I also got an error,
though one different than yours (a complaint about Rcpp). Two things
come to mind:
1) Hadley has not "released" this package, or advertised it, or ever
claimed that it was in general working shape. I may be that it can not
be installed as is, and it is not some problem on your end. This is a
risk with public repositories; they aren't all finished, polished products.
2) The description includes the phrase "particularly in conjunction with
RevoScaleR." Maybe it depends on RevoScaleR in some non-obvious way, or
will only run on RevoScaleR and not stock R.
> Sam
>
>> library(devtools)
>> install_github('bigvis')
> Installing bigvis from hadley
> Error in unzip(src, list = TRUE) :
> zip file '/tmp/Rtmpk4tJje/hadley-bigvis.zip' cannot be opened
>> sessionInfo()
> R version 2.14.1 (2011-12-22)
> Platform: x86_64-pc-linux-gnu (64-bit)
>
> locale:
> [1] LC_CTYPE=en_CA.UTF-8 LC_NUMERIC=C
> [3] LC_TIME=en_CA.UTF-8 LC_COLLATE=en_CA.UTF-8
> [5] LC_MONETARY=en_CA.UTF-8 LC_MESSAGES=en_CA.UTF-8
> [7] LC_PAPER=C LC_NAME=C
> [9] LC_ADDRESS=C LC_TELEPHONE=C
> [11] LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C
>
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
>
> other attached packages:
> [1] devtools_0.5.1
>
> loaded via a namespace (and not attached):
> [1] RCurl_1.9-5 tools_2.14.1
>
>
> On Tue, Feb 14, 2012 at 6:42 AM, Chris Neff<caneff-Re5JQEe...@public.gmane.org> wrote:
>> Wow, that looks really cool. I'm looking forward to this being
>> released and will happily be one of the first testers.
>>
It does work - but currently you need to load it with load_all from devtools.
> 2) The description includes the phrase "particularly in conjunction with
> RevoScaleR." Maybe it depends on RevoScaleR in some non-obvious way, or will
> only run on RevoScaleR and not stock R.
It should run with both - if you're working with Revo's xdf data
format, it will use revo's tools, but it also works with base
data.frames.
Hadley
--
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/
