Learn R Programming

pgs (version 0.4-0)

Quadrat: Generator of Quadrat objects

Description

Create a Quadrat object representing a planar quadrat (rectangle).

Usage

Quadrat(hsize, vsize=hsize)

Arguments

hsize
the horizontal side length.
vsize
the vertical side length. Default: hsize.

Value

An object of Quadrat-class.

See Also

Quadrat-class, generators Segment, PointPattern.

Examples

Run this code
Quadrat(2,1)

Run the code above in your browser using DataLab