Skip to contents

This function esimates window using spatial location data of existing cells.

Usage

simu.window(
  PointLoc,
  method = c("network", "convex", "convex2", "convex3", "convex5", "rectangle")
)

Arguments

PointLoc

The location of input cells on x, y axis.

method

Options include method=c("network", "convex", "convex2", "convex3", "convex5", "rectangle"). Network is preferred unless the input data is very large.

Value

The spatial window of input cells.