cluster_ball | R Documentation |
A ball of particles on a cubic lattice
cluster_ball(N, R0 = 15, a = 1, b = 1, c = b)
N |
number of particles |
R0 |
ball radius |
a |
semi-axis along x |
b |
semi-axis along y |
c |
semi-axis along z |
Identical particles fill a sphere with a cubic lattice
list of class cluster with fields: positions, sizes, angles
baptiste Auguie
Other user_level cluster:
cluster_array()
,
cluster_chain()
,
cluster_dimer()
,
cluster_helix()
,
cluster_pumpkin()
,
cluster_shell()
,
cluster_single()
b = cluster_ball(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.