Skip to content

Commit

Permalink
Add proper titles for each function.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnn3 committed Feb 24, 2016
1 parent 84d016e commit 09d715e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/ntplib/R/ntplib.R
Expand Up @@ -38,6 +38,8 @@ require(zoo) # Time series objects

# Functions for working with NTP log output

#' Read an NTPd loop file
#'
#' @param file A properly formatted NTP loop file generated by the daemon
#'
#' @return The raw data frame, merged timeseries (offset, delay, m->s, s->)
Expand All @@ -60,6 +62,8 @@ ntpLoopRead <- function(file) {
stability=stability))
}

#' Read an NTPd peer file
#'
#' @param file A properly formatted NTP peer file generated by the daemon
#'
#' @return The raw data frame, merged timeseries (offset, drift, error)
Expand Down

0 comments on commit 09d715e

Please sign in to comment.