From c19ce37e67ecf2d99c851ee1a669292ed6fd3397 Mon Sep 17 00:00:00 2001 From: jbedia Date: Tue, 24 Jul 2018 17:59:55 +0200 Subject: [PATCH] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12b4f3f..358e98a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ devtools::install_github("SantanderMetGroup/drought4R") ``` ## Worked examples -A worked example showing how to compute bias-corrected SPEI projections using Euro-CORDEX data from the User Data Gateway is provided in the package documentation. Once the package has been installed, type: +A [worked example](http://www.meteo.unican.es/work/climate4r/drought4R/drought4R_notebook.html) showing how to compute bias-corrected SPEI projections using Euro-CORDEX data from the User Data Gateway is provided in the package documentation. Once the package has been installed, type: ```R utils::RShowDoc("drought4R_notebook", package = "drought4R")