trajinbound: Are trajectories inside boundaries?

View source: R/cqmaTools.R

trajinboundR Documentation

Are trajectories inside boundaries?

Description

Check if the trajectory intersection is in the given boundary

Usage

trajinbound(traj.intersections, minx, maxx, miny, maxy)

Arguments

traj.intersections

A list of two obejcts. A character vector and a list of data.frames. The data.frames are made of the rows in the matching trajectory file which first crossed to the sea

minx

A numeric. The minimum X

maxx

A numeric. The maximum Y

miny

A numeric. The minimum Y

maxy

A numeric. The maximum X

Value

A data frame

Author(s)

Alber Sanchez, alber.ipia@inpe.br


albhasan/cqmaTools documentation built on Dec. 12, 2023, 9:25 a.m.