R/hudson.plot.R

Defines functions hudson.plot

Documented in hudson.plot

hudson.plot<-function(m,col='red',pch=21,lwd=2,cex=1, bg='white' )
{
   m0=m2tk(m)
   uv=tk2uv(m0$T,m0$k)
   points(uv$u,uv$v,pch=pch,col=col,lwd=lwd,cex=cex, bg=bg)
   invisible(list(x=uv$u,y=uv$v) )
}

Try the RFOC package in your browser

Any scripts or data that you put into this service are public.

RFOC documentation built on Sept. 8, 2023, 6:12 p.m.