Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ UVdose Public

❗ This is a read-only mirror of the CRAN R package repository. UVdose — Estimate Ambient UV Dose from Location and Date Info

Notifications You must be signed in to change notification settings

cran/UVdose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UVdose

R-CMD-check

UVdose is an R package for the manipulation of UV data from TEMIS. TEMIS (Tropospheric Emission Monitoring Internet Service) is a web-based service to browse and download atmospheric satellite data products. More information about TEMIS is available on their website www.temis.nl. UVdose was built to facilitate the integration of UV data into health research. The package functions allow the estimation of daily, seasonal, and annual doses of erythemal UV and UVB based on geographical coordinates and dates. Additionally, a function to estimate a cumulative and weighted UVB dose relevant for vitamin D production in the skin is available.

Installation

Install UVdose from GitHub with:

devtools::install_github("rshraim/UVdose")

Example

Basic usage example:

library(UVdose)

mysample <- data.frame(id = c("id001"),
         date = as.Date(c("2010-08-04")),
         longitude = c(-2.10),
         latitude = c(50.5))

uvb_example <- system.file("extdata", "uvb_example", package="UVdose")

daily_uvb(mysample, date, longitude, latitude, temis_path = uvb_example)

About

❗ This is a read-only mirror of the CRAN R package repository. UVdose — Estimate Ambient UV Dose from Location and Date Info

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages