Other packages > Find by keyword >

magclass  

Data Class and Tools for Handling Spatial-Temporal Data
View on CRAN: Click here


Download and install magclass package within the R console
Install from CRAN:
install.packages("magclass")

Install from Github:
library("remotes")
install_github("cran/magclass")

Install by package version:
library("remotes")
install_version("magclass", "6.13.2")



Attach the package and use:
library("magclass")
Maintained by
Jan Philipp Dietrich
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-11-18
Latest Update: 2024-01-19
Description:
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).
How to cite:
Jan Philipp Dietrich (2015). magclass: Data Class and Tools for Handling Spatial-Temporal Data. R package version 6.13.2, https://cran.r-project.org/web/packages/magclass. Accessed 06 Mar. 2026.
Previous versions and publish date:
3.74 (2015-11-18 09:31), 3.85 (2016-07-21 19:20), 4.39 (2017-05-26 10:41), 4.51.1 (2017-09-06 22:32), 4.107.0 (2019-05-29 10:00), 5.5.0 (2019-12-06 22:10), 5.5.1 (2019-12-07 00:20), 5.7.0 (2019-12-13 12:40), 5.7.3 (2020-03-02 13:50), 5.15.6 (2020-12-14 19:10), 5.24.7 (2021-02-25 17:50), 6.0.9 (2021-09-30 12:10), 6.8.2 (2023-04-03 17:30), 6.8.3 (2023-04-05 19:20), 6.10.0 (2023-07-04 13:50), 6.13.1 (2024-01-14 00:00)
Other packages that cited magclass R package
View magclass citation profile
Other R packages that magclass depends, imports, suggests or enhances
Complete documentation for magclass
Functions, R codes and Examples using the magclass R package
Some associated functions: add_columns . add_dimension . as.RasterBrick . as.SpatRaster . as.SpatRasterDataset . as.SpatVector . as.array-methods . as.data.frame-methods . as_tibble.magpie . clean_magpie . colSums-methods . collapseDim . collapseNames . complete_magpie . convergence . copy.attributes . copy.magpie . dimCode . dimExists . dimOrder . dimReduce . dimSums . escapeRegex . fulldim . getCPR . getCells . getComment . getCoords . getDim . getItems . getNames . getRegionList . getRegions . getSets . getYears . hasCoords . hasSets . head.magpie . is.temporal . isYear . log-methods . lowpass . magclass-package . magclassdata . magpie-class . magpie_expand . magpie_expand_dim . magpiesort . magpply . maxample . mbind . mcalc . mselect . ncells . ndim . new.magpie . population_magpie . print.magpie . read.magpie . read.report . replace_non_finite . round-methods . rowSums-methods . setItems . setNames-methods . show-methods . sizeCheck . spatRasterToDataset . str.magpie . suppressSpecificWarnings . time_interpolate . unitsplit . unwrap . where . wrap . write.magpie . write.report . write.report2 . 
Some associated R codes: add_columns.R . add_dimension.R . as.RasterBrick.R . as.SpatRaster.R . as.SpatRasterDataset.R . as.SpatVector.R . as.array.R . as.data.frame.R . as.magpie.R . as_tibble.R . clean_magpie.R . colMeans-method.R . colSums-method.R . collapseDim.R . collapseNames.R . complete_magpie.R . convergence.R . copy.attributes.R . copy.magpie.R . dimCode.R . dimExists.R . dimOrder.R . dimReduce.R . dimSums.R . duplicates_check.R . escapeRegex.R . fulldim.R . getCPR.R . getCells.R . getComment.R . getCoords.R . getDim.R . getItems.R . getNames.R . getRegionList.R . getRegions.R . getSets.R . getYears.R . hasCoords.R . hasSets.R . head.magpie.R . ifelse.R . imports.R . is-methods.R . is.magpie.R . is.spatial.R . is.temporal.R . isYear.R . log-method.R . lowpass.R . magclass-package.R . magpie-class.R . magpie_expand.R . magpie_expand_dim.R . magpiesort.R . magpply.R . maxample.R . mbind.R . mcalc.R . mselect.R . ncells.R . ndata.R . ndim.R . new.magpie.R . nregions.R . nyears.R . ops-method.R . pmin-method.R . population_magpie.R . print.magpie.R . read.magpie.R . read.report.R . readComment.R . readMagpieMZ.R . readMagpieOther.R . replace_non_finite.R . round-method.R . rowMeans-method.R . rowSums-method.R . setCells.R . setComment.R . setItems.R . setNames_method.R . setYears.R . show.R . sizeCheck.R . spatRasterToDataset.R . str.magpie.R . suppressSpecificWarnings.R . sysdata.R . tail.magpie.R . tidy2magpie.R . time_interpolate.R . unitsplit.R . unwrap.R . where.R . wrap.R . write.magpie.R . write.report.R . write.report2.R .  Full magclass package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA