Description Usage Arguments Author(s) Examples
Draw rod contour
1 |
data |
coordinates of the contour |
JuG
1 2 3 4 | coord <- createSpheroCylinderCoord( l =1.8,r=.3,rot=120)
plot(coord[,1:2],asp=1,pch='.')
gcont <- getContour(coord[,1:2],drawContour = TRUE)
drawRod(gcont,lty=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.