place_observations: Place Observations

Description Usage Arguments Value See Also Examples

Description

Place Observations

Usage

1
place_observations(observations, seg.mids, lineframe, maxDist, projHOM)

Arguments

observations

df of observations

seg.mids

df of segments with midpoints

lineframe

spatial dataframe

maxDist

maximum distance a observation is allowed from a segment NA ignores this feature

projHOM

projection string

Value

df of segments with observations

See Also

Other nwasc.internals: assignPointsToLines, calculate_seg_midpoints, calculate_segment_endpoints, complete_segments, create_all_segments, create_empty_segments, create_segmented_df, define_lineframe, duplicate_endpoints, listLines, obs2Lines, place_midpoints, segment_tracks

Examples

1
2
3
4
## Not run: 
seg.obs <- place_observations(observations, seg.mids, lineframe, maxDist, projHOM)

## End(Not run)

robgf/nwasc documentation built on Oct. 29, 2021, 8:13 p.m.