cluster_helix | R Documentation |
Particles arranged along a helix
cluster_helix( N = 5, a = 10, b = 10, c = 20, R0 = 100, pitch = 200, delta = pi/5, delta0 = 0, right = TRUE, angles = c("helix", "random", "fixed"), seed = 123, ... )
N |
number of particles |
a |
semi-axis along x |
b |
semi-axis along y |
c |
semi-axis along z |
R0 |
radius of helix |
pitch |
pitch of helix |
delta |
angle between particles |
delta0 |
initial angle |
right |
logical, helicity |
angles |
type of angular orientation |
seed |
random seed for reproducibility |
... |
extra arguments (ignored) |
Cluster describing a helical assembly of particles
list of class cluster with fields: positions, sizes, angles
baptiste Auguie
Other user_level cluster:
cluster_array()
,
cluster_ball()
,
cluster_chain()
,
cluster_dimer()
,
cluster_pumpkin()
,
cluster_shell()
,
cluster_single()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.