[R] Rose Diagrams for Geology
David Winsemius
dwinsemius at comcast.net
Wed Nov 19 00:16:15 CET 2014
On Nov 18, 2014, at 1:42 PM, David Doyle wrote:
> Hello everyone,
>
> In geology we often do rose diagrams showing the number of features along a
> certain compass direction within a given range (bin) of angle (0-180
> degrees). I was wondering if anybody has had experience with this in R and
> if they could recommend a package.
>
> I looked at the circular package but it seems to deal only in radian and we
> normally use degrees.
>
> I've also looked a little at openair being rose diagrams are often used for
> wind directions.
>
> Any suggestions / guidance would be greatly appreciated.
Learn to search, Grasshopper.
Choose one of:
-----------------
install.packages("sos")
library(sos)
> findFn("rose diagram")
found 19 matches; retrieving 1 page
Downloaded 14 links in 9 packages.
> unique( findFn("rose diagram")$Package )
found 19 matches; retrieving 1 page
Downloaded 14 links in 9 packages.
[1] "circular" "GEOmap" "oce" "CircStats" "plotrix" "HistData"
[7] "climatol" "openair" "xergm"
--------------
OR use Rseek.org
------------
OR http://stackoverflow.com/search?q=[r]+rose+diagram
--
>
> Thank you for your time.
> David Doyle
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
David Winsemius
Alameda, CA, USA
More information about the R-help
mailing list