SubsetData: SubsetData

Description Usage Arguments Value

Description

function to subset data based on user specified start and end time or by GPS lat/longs

Usage

1
SubsetData(data, start, end, method)

Arguments

data

a data object from ReadEKRaw, ConvertPower or FindBottom

start

time as character in format:"YYYY-MM-DD HH:MM:SS GMT" or decimal degrees as a number with the form c(lat,long)

end

see start

method

specified by user as either "time" or "latlong", must match units in start and end

Value

individual transects from each lake that can then be plotted or further analyzed. Remember, that plotting function only works if the first ping in the data set is the start of the transect.


leachth/ReadEKRaw_updated documentation built on May 23, 2019, 9:02 p.m.