sampleBoxVolume: Sample box volume

Description Usage Arguments Details Value

View source: R/synapsesAuxFuncs.r

Description

Compute approximate boxvolume for a given sample

Usage

1
sampleBoxVolume(x, y = NULL, z = NULL, d = NULL)

Arguments

x

Either a 3-column dataframe (x,y,z,d) or a numeric vector

y

A numeric vector with y coordinates (same length as x )

z

A numeric vector with z coordinates (same length as x )

d

A numeric vector with point diameter (same length as x )

Details

Given a dataframe (or vectors) with x,y,z cartesian coordiantes of a 3D spatial process, and optionally a vector or column with the point diameters, computes the volume of the box that covers the given sample.

Value

Sample box volume


ComputationalIntelligenceGroup/3DSynapsesSA documentation built on May 6, 2019, 12:49 p.m.