#' Compute annual meteorological characteristics
#'
#' @description
#' Compute annual meteorological characteristics.
#'
#' @param data Data frame containing monthly meteorological variables
#' @param gid Grouping ID, e.g. plot and year for aggregation
#' @param scol Columns for
#'
#' @return
#' A \code{data.frame} object.
#'
#' @author
#' Thomas Nauss
#'
#' @references
#' NONE
#'
#' @examples
#' \notrun{
#' }
#'
#' @export compMetAnnual
#' @name compMetAnnual
#'
compMetAnnual <- function(data, gid, scol, mcol, ...){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.