point_2d: Create new 2d Point instance

Description Usage Arguments Examples

View source: R/point_2d.R

Description

Create new 2d Point instance

Usage

1
point_2d(n, x, y)

Arguments

n

Integer (uniquely) defining the number of the point to be created

x

x position of the point

y

y position of the point

Examples

1
p1 <- point_2d(1, 0.5, 0.5)

ACEMS/r2vr documentation built on Dec. 17, 2021, 6:40 a.m.