knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

icytracks

Reads the '.xls' files generated by the Icy 'Export Tracks to XLS' Track Processor and convert it to a data.frame.

Example usage:

library(icytracks)
data <- read.icy.track.xls('~/icytracks.xls')
head(data, 10)
library(icytracks)
data <- read.icy.track.xls('~/stack/test/icy_manual_tracking/20121120_p02/tracks.xls')
head(data, 10)

Installation

With the devtools package installed:

install_github('burgerga/icytracks')


burgerga/icytracks documentation built on May 13, 2019, 8:46 a.m.