Description Usage Arguments Details Author(s) Examples
View source: R/createSpheroCylinderCoord.r
None
1 2 3 4 5 6 7 | createSpheroCylinderCoord(
N = 1000,
l = 2,
r = 0.3,
initialPos = c(1, 1, 0),
rot = 0
)
|
N |
umber of points |
l |
length of the rod |
r |
radius |
initialPos |
Initial position |
rot |
Rotation |
None
JuG
1 2 | coord <- createSpheroCylinderCoord(rot=10)
plot(coord,asp=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.