createSpheroCylinderCoord: Do something

Description Usage Arguments Details Author(s) Examples

View source: R/createSpheroCylinderCoord.r

Description

None

Usage

1
2
3
4
5
6
7
createSpheroCylinderCoord(
  N = 1000,
  l = 2,
  r = 0.3,
  initialPos = c(1, 1, 0),
  rot = 0
)

Arguments

N

umber of points

l

length of the rod

r

radius

initialPos

Initial position

rot

Rotation

Details

None

Author(s)

JuG

Examples

1
2
coord <- createSpheroCylinderCoord(rot=10)
plot(coord,asp=1)

jgodet/trackR documentation built on May 24, 2020, 2:21 p.m.