Learn R Programming

psyosphere (version 0.1.6)

select_test_sample: 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.

See Also

average_coordinates

Examples

Run this code
# NOT RUN {
data(psyo)
test_tracks <- select_test_sample(psyo)
# }

Run the code above in your browser using DataLab