metaclipcc.Delta: Directed metadata graph construction for Climate Change...

Description Usage Arguments Details Author(s)

View source: R/metaclipcc.Delta.R

Description

Build a directed metadata graph describing a Climate Change Signal calculation

Usage

1
2
3
4
5
6
metaclipcc.Delta(
  graph,
  referenceGraph,
  delta.type = c("absolute", "relative"),
  dc.description = NULL
)

Arguments

graph

metaclip object containing the future time slice

referenceGraph

metaclip object containing the baseline (historical) data

delta.type

Character string. Either "absolute" (default), or "relative", if the delta change is computed as a ratio instead of a difference.

dc.description

Default to NULL and unused. Otherwise, this is a character string that will be appendend as a "dc:description" annotation to the ds:ClimateChangeSignal-class node.

Details

This function takes as reference the semantics defined in the Data Source and Transformation ontology defined in the Metaclip Framework (http://www.metaclip.org).

Author(s)

J. Bedia


metaclip/metaclipcc documentation built on Sept. 24, 2021, 6:42 a.m.