AreaObject.Rd
Defines AreaObject
AreaObject(name, x = numeric(2), y = numeric(2))
name | name of the area |
---|---|
x | x limits of the area as numeric(2) |
y | y limits of the area as numeric(2) |
AreaObject is a list of class area with given fields. It is used by plotting functions and mainly add_areas. currently it only supports square objects