> Most field mapping data I have collected has been
> either in quadrant form (rarely) or more commonly in azimuthal form
> (0-360 degrees order clockwise from the top).
You can specify that when making the 'circular' object, by using the
zero and roation arguments. Compare the plots made by the
-project.org] On
Behalf Of jwd
Sent: Friday, November 21, 2014 1:58 AM
To: r-help@r-project.org
Subject: Re: [R] Rose Diagrams for Geology
On Tue, 18 Nov 2014 22:06:03 -0600
David Doyle wrote:
> Thank you to David and David for their help. The code below
> generated what I needed.
>
>
On Tue, 18 Nov 2014 22:06:03 -0600
David Doyle wrote:
> Thank you to David and David for their help. The code below
> generated what I needed.
>
>
> library(circular)
> mydata <- read.table("http://doylesdartden.com/R/Joints.csv";,
> header=TRUE, sep=",",)
> x <- circular(mydata$JointsRad)
> r
Thank you to David and David for their help. The code below generated what
I needed.
library(circular)
mydata <- read.table("http://doylesdartden.com/R/Joints.csv";, header=TRUE,
sep=",",)
x <- circular(mydata$JointsRad)
rose.diag(x,
#Set point character to use
pch = 20,
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
>
Department of Anthropology
Texas A&M University
College Station, TX 77840-4352
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of David Doyle
Sent: Tuesday, November 18, 2014 3:42 PM
To: r-help@r-project.org
Subject: [R] Rose Diagrams
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
7 matches
Mail list logo