pie.draw: pie.draw

Description Usage Arguments Note Author(s) See Also

Description

couldn't accurately describe

Usage

1
pie.draw(x, y, z, radius, scale = T, labels = NA, silent = TRUE, ...)

Arguments

x

NULL

y

NULL

z

NULL

radius

NULL

scale

NULL

labels

NULL

silent

NULL

Note

useage data(landings) data(coast) xlim <- c(-12,-5) ylim <- c(50,56) xyz <- make.xyz(landings$Lon,landings$Lat,landings$LiveWeight,landings$Species) col <- rainbow(5) basemap(xlim, ylim, main = "Species composition of gadoid landings") draw.shape(coast, col="cornsilk") draw.pie(xyz$x, xyz$y, xyz$z, radius = 0.3, col=col) legend.pie(-13.25,54.8,labels=c("cod","had","hke","pok","whg"), radius=0.3, bty="n", col=col, cex=0.8, label.dist=1.3) legend.z <- round(max(rowSums(xyz$z,na.rm=TRUE))/10^6,0) legend.bubble(-13.25,55.5,z=legend.z,round=1,maxradius=0.3,bty="n",txt.cex=0.6) text(-12.25,56,"landings (kt)",cex=0.8)

Author(s)

unknown, <unknown>@dfo-mpo.gc.ca

See Also

Other plotting: dist.plt, dstamp, ellipse.2d, get.asp, legend.box, legend.bubble, pie.add, pie.legend


AtlanticR/bio.utilities documentation built on June 21, 2020, 7:43 p.m.