cluster_single: cluster_single

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/clusters.R

Description

Trivial cluster

Usage

1
cluster_single(a, b = a, c = b, phi = 0, theta = 0, psi = 0)

Arguments

a

semi-axis along x

b

semi-axis along y

c

semi-axis along z

phi

first Euler angle

theta

second Euler angle

psi

third Euler angle

Details

A single particle cluster

Value

list of class cluster with fields: positions, sizes, angles

Author(s)

baptiste Auguie

See Also

Other user_level cluster: cluster_array, cluster_ball, cluster_chain, cluster_dimer, cluster_helix, cluster_shell

Examples

1
cl = cluster_single(10)

cda documentation built on May 30, 2017, 6:19 a.m.