# NOT RUN {
#Get the path for the package example file included
exampleFilePath <- system.file('extdata', 'Sparkling.wtr', package="rLakeAnalyzer")
#Load
sparkling.temp = load.ts(exampleFilePath)
#get the lake depths associated with each column
depths = get.offsets(sparkling.temp)
print(depths)
# }
Run the code above in your browser using DataLab