Learn R Programming

CCAMLRGIS (version 4.2.1)

LineData: Example dataset for create_Lines

Description

To be used in conjunction with create_Lines.

Usage

data(LineData)

Arguments

Format

data.frame

See Also

create_Lines.

Examples

Run this code
 
#View(LineData)

MyLines=create_Lines(LineData)
plot(st_geometry(MyLines),lwd=2,col=rainbow(5))

Run the code above in your browser using DataLab