Other packages > Find by keyword >

units  

Measurement Units for R Vectors
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("units", "0.8-7")



Attach the package and use:
library("units")
Maintained by
Edzer Pebesma
[Scholar Profile | Author Map]
First Published: 2016-06-09
Latest Update: 2023-08-10
Description:
Support for measurement units in R vectors, matrices and arrays: automatic propagation, conversion, derivation and simplification of units; raising errors in case of unit incompatibility. Compatible with the POSIXct, Date and difftime classes. Uses the UNIDATA udunits library and unit database for unit compatibility checking and conversion. Documentation about 'units' is provided in the paper by Pebesma, Mailund & Hiebert (2016, <doi:10.32614/RJ-2016-061>), included in this package as a vignette; see 'citation("units")' for details.
How to cite:
Edzer Pebesma (2016). units: Measurement Units for R Vectors. R package version 0.8-7, https://cran.r-project.org/web/packages/units. Accessed 07 May. 2025.
Previous versions and publish date:
0.1 (2016-06-09 15:19), 0.2 (2016-06-20 07:55), 0.3 (2016-09-17 00:38), 0.4-1 (2016-12-09 13:13), 0.4-2 (2017-01-13 15:40), 0.4-3 (2017-03-25 12:11), 0.4-4 (2017-04-21 01:40), 0.4-5 (2017-06-15 02:08), 0.4-6 (2017-08-27 18:21), 0.4 (2016-11-21 12:02), 0.5-0 (2018-01-07 23:53), 0.5-1 (2018-01-08 15:03), 0.6-0 (2018-06-09 21:52), 0.6-1 (2018-09-21 23:40), 0.6-2 (2018-12-05 11:00), 0.6-3 (2019-05-03 23:50), 0.6-4 (2019-08-22 08:30), 0.6-5 (2019-10-08 13:40), 0.6-6 (2020-03-16 18:30), 0.6-7 (2020-06-13 17:30), 0.7-0 (2021-02-25 10:30), 0.7-1 (2021-03-16 14:40), 0.7-2 (2021-06-08 17:00), 0.8-0 (2022-02-05 01:50), 0.8-1 (2022-12-10 16:10), 0.8-2 (2023-04-27 18:40), 0.8-3 (2023-08-11 01:10), 0.8-4 (2023-09-13 19:10), 0.8-5 (2023-11-28 17:10), 0.8-6 (2025-03-08 01:40)
Other packages that cited units R package
View units citation profile
Other R packages that units depends, imports, suggests or enhances
Complete documentation for units
Downloads during the last 30 days
04/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/05Downloads for units70008000900010000110001200013000140001500016000TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
aroma.affymetrix  
Analysis of Large Affymetrix Microarray Data Sets
A cross-platform R framework that facilitates processing of any number of Affymetrix microarray samp ...
Download / Learn more Package Citations See dependency  
MLDS  
Maximum Likelihood Difference Scaling
Difference scaling is a method for scaling perceived supra-threshold differences. The package cont ...
Download / Learn more Package Citations See dependency  
funLBM  
Model-Based Co-Clustering of Functional Data
The funLBM algorithm allows to simultaneously cluster the rows and the columns of a data matrix wher ...
Download / Learn more Package Citations See dependency  
humanize  
Create Values for Human Consumption
An almost direct port of the 'python' 'humanize' package . Thi ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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