On 04/13/2014 10:04 AM, drunkenphd wrote:
Jim thx,
Can you please provide me an example how to use my csv data with plotrix
float.pie???

x11(height=10)
map(xlim=c(19,21),ylim=c(39.5,42.5))
for(pp in 1:36) floating.pie(sampledf[pp,1],sampledf[pp,2],
 unlist(sampledf[pp,3:4]),radius=0.1)

Jim

______________________________________________
R-help@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.

Reply via email to