R/magclass-package.R

#' Data Class and Tools for Handling Spatial-Temporal Data
#' 
#' Data class for increased interoperability working with spatial-temporal 
#' data together with corresponding functions and methods (conversions, 
#' basic calculations and basic data manipulation). The class distinguishes
#' between spatial, temporal and other dimensions to facilitate the development
#' and interoperability of tools build for it. Additional features are name-based
#' addressing of data and internal consistency checks (e.g. checking for the 
#' right data order in calculations).
#' 
#' @name magclass-package
#' @aliases magclass-package magclass
#' @docType package
#' @author 
#' Maintainer: Jan Philipp Dietrich <dietrich@@pik-potsdam.de>
NULL

Try the magclass package in your browser

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

magclass documentation built on July 9, 2023, 7:03 p.m.