Other packages > Find by keyword >

lucid  

Printing Floating Point Numbers in a Human-Friendly Format
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("lucid", "1.9")



Attach the package and use:
library("lucid")
Maintained by
Kevin Wright
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-11-26
Latest Update: 2025-04-04
Description:
Print vectors (and data frames) of floating point numbers using a non-scientific format optimized for human readers. Vectors of numbers are rounded using significant digits, aligned at the decimal point, and all zeros trailing the decimal point are dropped. See: Wright (2016). Lucid: An R Package for Pretty-Printing Floating Point Numbers. In JSM Proceedings, Statistical Computing Section. Alexandria, VA: American Statistical Association. 2270-2279.
How to cite:
Kevin Wright (2014). lucid: Printing Floating Point Numbers in a Human-Friendly Format. R package version 1.9, https://cran.r-project.org/web/packages/lucid. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0 (2014-11-26 00:52), 1.1 (2015-02-11 01:23), 1.2 (2015-04-14 07:42), 1.3 (2015-07-03 00:16), 1.4 (2016-10-25 00:23), 1.6 (2018-08-24 23:02), 1.7 (2019-02-06 17:00), 1.8 (2021-04-16 15:40), 1.9 (2025-04-04 05:30)
Other packages that cited lucid R package
View lucid citation profile
Other R packages that lucid depends, imports, suggests or enhances
Complete documentation for lucid
Functions, R codes and Examples using the lucid R package
Some associated functions: antibiotic . lucid . vc . 
Some associated R codes: antibiotic.R . lucid.R . vc.R .  Full lucid 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  
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  
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  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
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  
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  

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