population.levels: Arrays of particle populations in cluster

View source: R/population.levels.R

population.levelsR Documentation

Arrays of particle populations in cluster

Description

Creates a list of arrays with distributions of particle populations based on the particles positions in a cluster. This is done at varying levels of grid refinement, progressively more cells per gird as a function of 3^n.

n is the grid layer or level in the list.

Usage

population.levels(n.max = Global.nmax, Grid.L = Global.L)

Arguments

n.max

an optional value, the maximum level of the grid and number of entries in the list. It is naturlly set to the Global.nmax (A global constant value), which is characteristically set to 6 or 7. i.e) if n.max = 5, the most refined grid will be (3^5-1 = 81) an 81x81x81 array.

Grid.L

The width or length of the grid


Will-McD/ENSTvisualise documentation built on June 24, 2022, 5:13 p.m.