select_test_sample: Select a sample from each track

Description Usage Arguments Author(s) See Also Examples

View source: R/select_test_sample.R

Description

Select a sample from each track to test functions quicker.

Usage

1
select_test_sample(tracks, size = 3, t_id = "id")

Arguments

tracks

psyo. Data frame with tracks.

size

numeric. Remaining number of coordinates of each track in tracks

t_id

character or numeric. Column name in tracks that identifies the separate tracks.

Author(s)

Benjamin Ziepert. Please send feedback to: feedback-psyosphere@analyse-gps.com.

See Also

average_coordinates

Examples

1
2
3
4
5
## Not run: 
data(psyo)
test_tracks <- select_test_sample(psyo)

## End(Not run)

psyosphere documentation built on July 2, 2020, 12:08 a.m.