From 117e821d159bd9b5ebf58bd054176d14ca32033a Mon Sep 17 00:00:00 2001 From: aho Date: Fri, 7 Feb 2020 08:46:14 +0100 Subject: [PATCH] Document modification --- DESCRIPTION | 8 ++++---- README.md | 5 +++-- man/s2dv-package.Rd | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f6d30e6..ad60630 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,13 +7,13 @@ Authors@R: c( person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = "aut")) Description: The advanced version of package 's2dverification'. It is intended for 'seasonal to decadal' (s2d) climate forecast verification, but - it can also be used in other kinds of forecasts or general climate analysis. + it can also be used in other kinds of forecasts or general climate analysis. This package is specially designed for the comparison between the experimental and observational datasets. The functionality of the included functions covers from data retrieval, data post-processing, skill scores against observation, - to visualization. Compared to 's2dverification', 's2dv' adopts the regime of - package 'multiApply'. Therefore, it can use multi-core for computation and work - with multi-dimensional arrays with a higher level of flexibility. + to visualization. Compared to 's2dverification', 's2dv' is more compatible + with the package 'startR', able to use multiple cores for computation and + handle multi-dimensional arrays with a higher flexibility. Depends: maps, methods, diff --git a/README.md b/README.md index c7646b5..717bf08 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ This package is specially designed for the comparison between the experimental and observational datasets. The functionality of the included functions covers from data retrieval, data post-processing, skill scores against obeservation, to visualization. Compared to 's2dverification', 's2dv' adopts the regime of -package 'multiApply'. Therefore, it can use multi-core for computation and work -with multi-dimensional arrays with a higher level of flexibility. +package 'multiApply'. Therefore, it is compatible with the package 'startR', +able to use multiple cores for computation and handle multi-dimensional arrays +with a higher flexibility than s2dverification. Find more information about its previous package s2dverification on GitLab or on the diff --git a/man/s2dv-package.Rd b/man/s2dv-package.Rd index fc3eb94..71e5d16 100644 --- a/man/s2dv-package.Rd +++ b/man/s2dv-package.Rd @@ -12,9 +12,9 @@ it can also be used in other kinds of forecasts or general climate analysis. This package is specially designed for the comparison between the experimental and observational datasets. The functionality of the included functions covers from data retrieval, data post-processing, skill scores against observation, -to visualization. Compared to 's2dverification', 's2dv' adopts the regime of -package 'multiApply'. Therefore, it can use multi-core for computation and work -with multi-dimensional arrays with a higher level of flexibility. +to visualization. Compared to 's2dverification', 's2dv' is more compatible +with the package 'startR', able to use multiple cores for computation and +handle multi-dimensional arrays with a higher flexibility. } \references{ \url{https://earth.bsc.es/gitlab/es/s2dverification/} -- GitLab