State of Data and AI Literacy Report 2025
Download Now
Rdocumentation
powered by
Learn R Programming
spatgraphs (version 2.62)
spatgraphs-runif3d: runif3d
Description
Simple simulation of uniform 3d point pattern.
Usage
runif3d(n = c(10), window = list(x = c(0, 1), y = c(0, 1), z = c(0, 1)))
Arguments
n
Vector of point counts, e.g. c(10,10) is two type pattern with 10 points per type.
window
Rectangular cuboid window limits.
Details
Simulates uniformly distributed points in 3d rectangle.