print.stline: Print '"stline"' Object

Description Usage Arguments Examples

View source: R/print_stline.R

Description

Print "stline" Object

Usage

1
2
## S3 method for class 'stline'
print(x, ... = NULL)

Arguments

x

An object of class "stline"

...

NULL; supplied for S3 method consistency

Examples

1
2
3
4
5
line <- straighten(1, 0, 5)
print(line)

line2 <- straighten(7, -5, 0)
print(line2)

villegar/friendlyGarbanzo documentation built on Feb. 11, 2020, 12:07 a.m.