
feather.plot(r,theta,xpos,yref=0,use.arrows=TRUE,
col.refline="lightgray",fp.type="s",main="",xlab="",ylab="",
xlabels=NULL,...)
feather.plot(0.6+rnorm(8)/5,seq(0,7*pi/4,by=pi/4),1:8,
main="Standard Coordinates",xlab="Time",ylab="Value")
if(dev.interactive()) par(ask=TRUE)
feather.plot(0.6+rnorm(8)/5,seq(0,7*pi/4,by=pi/4),1:8,
main="Meteorological Coordinates",xlab="Time",ylab="Value",
fp.type="m",xlabels=TRUE)
par(ask=FALSE)
Run the code above in your browser using DataLab