generate_walking_in_seattle_gps_data {walkboutr}R Documentation

Generate GPS data for a walking activity in Seattle, WA

Description

This function generates a data frame containing GPS data for a walking activity in Seattle, WA on April 7th, 2012. It calls the function generate_gps_data to create a series of GPS locations and speeds. The resulting data frame has columns for time, latitude, longitude, and speed.

Usage

generate_walking_in_seattle_gps_data(start_lat, start_long, start_time)

Arguments

start_lat

The starting latitude of the walk.

start_long

The starting longitude of the walk.

start_time

The start time of a series of data

Value

A data frame with columns time, latitude, longitude, speed


[Package walkboutr version 0.6.0 Index]