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

Try the solrad package in your browser

Any scripts or data that you put into this service are public.

solrad documentation built on May 2, 2019, 12:38 p.m.