knitr::opts_chunk$set(echo = TRUE)

Wavelogger

This is for managing and understanding your open wave height logger data

Requirements

Installation

remotes::install_github("rfrancolini/wavelogger")

Read Example Data

library(wavelogger)
x <- read_wavelogger()
head(x)

Read Air Pressure Data Example

a <- example_airpressure()
head(a)

Calculate Wave Statistcs

i <- interp_swpressure(wavelogger = x, airpressure = a)

w <- wave_stats(wavelogger = mbar_to_elevation(wavelogger = i)) 

head(w)

Graph Significant Wave Height

wave_plot <- wavespec_plot(w)
wave_plot


rfrancolini/wavelog documentation built on Dec. 22, 2021, 3:08 p.m.