R/SolarConstant.R

#' Solar Constant
#'
#' This constant value returns solar constant in Watt per meter squared
#' @keywords Solar Constant
#' @export
#' @examples
#'
#' #Printing Solar Constant
#'
#' print(SolarConstant)

SolarConstant <- 1366.1
bnasr/calcSolar documentation built on May 17, 2019, 9:12 a.m.