Other packages > Find by keyword >

scales  

Scale Functions for Visualization
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("scales", "1.3.0")



Attach the package and use:
library("scales")
Maintained by
Thomas Lin Pedersen
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2011-09-22
Latest Update: 2023-11-28
Description:
Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends.
How to cite:
Thomas Lin Pedersen (2011). scales: Scale Functions for Visualization. R package version 1.3.0, https://cran.r-project.org/web/packages/scales. Accessed 20 Nov. 2024.
Previous versions and publish date:
0.1.0 (2011-09-22 08:15), 0.2.0 (2012-02-27 19:58), 0.2.1 (2012-05-08 06:07), 0.2.2 (2012-09-04 08:16), 0.2.3 (2012-12-05 13:11), 0.2.4 (2014-04-22 10:50), 0.2.5 (2015-06-12 23:50), 0.3.0 (2015-08-25 00:48), 0.4.0 (2016-02-26 15:45), 0.4.1 (2016-11-09 18:28), 0.5.0 (2017-08-24 16:35), 1.0.0 (2018-08-09 12:10), 1.1.0 (2019-11-18 17:10), 1.1.1 (2020-05-12 01:20), 1.2.0 (2022-04-14 00:40), 1.2.1 (2022-08-20 02:10)
Other packages that cited scales R package
View scales citation profile
Other R packages that scales depends, imports, suggests or enhances
Complete documentation for scales
Functions, R codes and Examples using the scales R package
Some associated functions: Range . alpha . breaks_extended . breaks_log . breaks_pretty . breaks_timespan . breaks_width . cbreaks . col2hcl . col_numeric . colour_ramp . comma . cscale . date_breaks . date_format . demo_continuous . dollar_format . dscale . expand_range . format_format . fullseq . label_bytes . label_currency . label_date . label_log . label_number . label_number_auto . label_number_si . label_ordinal . label_parse . label_percent . label_pvalue . label_scientific . label_wrap . minor_breaks_width . muted . new_transform . number . number_bytes_format . oob . ordinal_format . pal_area . pal_brewer . pal_dichromat . pal_div_gradient . pal_gradient_n . pal_grey . pal_hue . pal_identity . pal_linetype . pal_manual . pal_rescale . pal_seq_gradient . pal_shape . pal_viridis . parse_format . percent_format . pretty_breaks . pvalue_format . regular_minor_breaks . rescale . rescale_max . rescale_mid . rescale_none . scales-package . scientific_format . show_col . train_continuous . train_discrete . trans_breaks . trans_format . transform_asinh . transform_asn . transform_atanh . transform_boxcox . transform_compose . transform_date . transform_exp . transform_identity . transform_log . transform_probability . transform_reciprocal . transform_reverse . transform_sqrt . transform_time . transform_timespan . transform_yj . trim_to_domain . unit_format . wrap_format . zero_range . 
Some associated R codes: bounds.R . breaks-log.R . breaks-retired.R . breaks.R . colour-manip.R . colour-mapping.R . colour-ramp.R . date-time.R . documentation.R . full-seq.R . label-bytes.R . label-currency.R . label-date.R . label-expression.R . label-log.R . label-number-auto.R . label-number-si.R . label-number.R . label-ordinal.R . label-percent.R . label-pvalue.R . label-scientific.R . label-wrap.R . labels-retired.R . minor_breaks.R . offset-by.R . pal-area.R . pal-brewer.R . pal-dichromat.R . pal-gradient.R . pal-grey.R . pal-hue.R . pal-identity.R . pal-linetype.R . pal-manual.R . pal-rescale.R . pal-viridis.R . range.R . round-any.R . scale-continuous.R . scale-discrete.R . scales-package.R . transform-compose.R . transform-date.R . transform-numeric.R . transform.R . utils.R .  Full scales package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

spinyReg  
Sparse Generative Model and Its EM Algorithm
Implements a generative model that uses a spike-and-slab like prior distribution obtained by multipl ...
Download / Learn more Package Citations See dependency  
epitrix  
Small Helpers and Tricks for Epidemics Analysis
A collection of small functions useful for epidemics analysis and infectious disease modelling. This ...
Download / Learn more Package Citations See dependency  
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  
emon  
Tools for Environmental and Ecological Survey Design
Statistical tools for environmental and ecological surveys. Simulation-based power and precision an ...
Download / Learn more Package Citations See dependency  
docreview  
Opinionated Documentation Checking
High quality documentation can make for a great experience for your users. You can use 'docreview' t ...
Download / Learn more Package Citations See dependency  
aws  
Adaptive Weights Smoothing
We provide a collection of R-functions implementing adaptive smoothing procedures in 1D, 2D and 3D. ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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