cluster_pumpkin: cluster_pumpkin

View source: R/clusters.R

cluster_pumpkinR Documentation

cluster_pumpkin

Description

Sparse shell of nanoparticles around a spherical core

Usage

cluster_pumpkin(
  N = 50,
  R0 = 30,
  cone = 2 * pi,
  d = 1,
  a = 1,
  b = 1,
  c = 1,
  tilt = 0,
  position = c("fibonacci", "hc", "random", "landings"),
  exclusion = 0.7,
  seed = 123,
  ...
)

Arguments

N

number of particles

R0

radius of core

cone

type of angular orientation

d

distance from core

a

semi-axis along x

b

semi-axis along y

c

semi-axis along z

tilt

type of angular orientation

position

type of random coverage

exclusion

minimum exclusion distance for 'hc' positions

seed

random seed for reproducibility

...

extra arguments (ignored)

Details

A cluster describing a discrete shell of nanoparticles in a spherical geometry

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(), cluster_single()


baptiste/cda documentation built on May 6, 2022, 5:52 a.m.