select_test_sample {psyosphere}R Documentation

Select a sample from each track

Description

Select a sample from each track to test functions quicker.

Usage

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

data(psyo)
test_tracks <- psyosphere::select_test_sample(psyo)

[Package psyosphere version 0.1 Index]