rstrat3: Stratified random sample of point

Description Usage Arguments Details Value Author(s)

View source: R/rstrat3.R

Description

Generates a stratified random point pattern i a window.

Usage

1
rstrat3(win, nx, ny = nx, nz = nx, k = 1)

Arguments

win

A window of class box3 or any data accepted by as.box3

nx

The number of cuboids in the x direction, respectively.

ny

The number of cuboids in the y direction, respectively.

nz

The number of cuboids in the z direction, respectively.

k

Number of points generated in each cuboid

Details

The window is divided into a number of cuboid tiles and k points are then uniformly sampled in each cuboid

Value

A data.frame with 3 columns and nx*ny*nz*k rows

Author(s)

Andreas Dyreborg Christoffersen andreas@math.aau.dk


adchSTATS/spatstat3dadd documentation built on May 20, 2019, 9:26 a.m.