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)

MilesMcBain/r2vr documentation built on March 29, 2021, 12:03 p.m.