areaDefinition: helper function to generate an area definition

View source: R/graphicR.R

areaDefinitionR Documentation

helper function to generate an area definition

Description

helper function to generate an area definition

Usage

areaDefinition(x = NA, y = NA)

Arguments

x

x-coordinates of the 'corners' of the area

y

y-coordinates of the 'corners' of the area

returns a data.frame with columns x & y

Note

areaBlockExample <- areaDefinition(x = c(5,10,10,5), y = c(10,10,20,20))


BenBruyneel/BBPersonalR documentation built on Aug. 23, 2024, 8:28 p.m.