[R] Plotting problems directional or rose plots

David L Carlson dcarlson at tamu.edu
Mon Aug 1 19:20:36 CEST 2011


Searching R Graphical Manual (http://www.oga-lab.net/RGM2/, mirror
http://www.oga-lab.net/RGM2/) shows possible candidates in packages circular
(windrose), IDPmisc (plot.rose), climatol (rosavent), openair (windRose),
and oce (as.windrose).

----------------------------------------------
David L Carlson
Associate Professor of Anthropology
Texas A&M University
College Station, TX 77843-4352


-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of kitty
Sent: Monday, August 01, 2011 10:39 AM
To: r-help at r-project.org
Subject: Re: [R] Plotting problems directional or rose plots

Hi again,

I have tried playing around with the code given to me by Alan and Jim, thank
you for the code but unfortunately....I can't seem to get either of them to
work... Alans does not work with the sample data and Jims is giving the
error :

Error in radial.grid(labels = labels, label.pos = label.pos, radlab =
radlab,  :
  could not find function "boxed.labels"

I have also tried Rose plots in the (heR.Misc) library to to avail.

Sorry, does anyone know how to get the plots I need?

Thank you all for reading this and for your help

k.

On Tue, Jul 26, 2011 at 10:20 PM, kitty <kitty.a1000 at gmail.com> wrote:

> Hi,
>
> I'm trying to get a plot that looks somewhat like the attached image
> (sketched in word).
> I think I need somthing called a rose diagram? but I can't get it to do
> what I want. I'm happy to use any library.
>
> Essentially, I want a circle with degree slices every 10 degrees with 0 at
> the top representing north, and
> 'tick marks' around the outside in 10 degree increments to match the
slices
> (so the slices need to be ofset by 5 degrees so the 0 degree slice
actually
> faces north)
> I then want to be able to colour in the slices depending on the distance
> that the factor extends to; so for example the 9000 dist is the largest in
> the example so should fill the slice,
> a distance in this plot of 4500 would fill halfway up the slice.
> I also want to be able to specify the colour of each slice so that I can
> relate it back to the spatial correlograms I have.
>
> I have added some sample data below.
>
> Thank you for reading my post,
> All help is greatly appreciated,
> K
>
> sample data:
>
> #distance factor extends to
> dist<-c(5000,7000,9000,4500,6000,500)
>
> #direction
> angle<-c(0,10,20,30,40,50)
>
> #list of desired colour example, order corrisponds to associated
> angle/direction
> color.list<-c('red','blue','green','yellow','pink','black')
>
> (my real data is from 0 to 350 degrees, and so I have corresponding
> distance and colour data for each 10 degree increment).
>
>
>

	[[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.



More information about the R-help mailing list