decent: Decent default values

Description Usage Arguments Details Functions Examples

Description

Aims at finding sesisble default values when not specified.

Aims at finding sesisble default values when not specified.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

Arguments

x

integer a number on which to find a sensible value

Details

Sizes are expressed in typographic points. Mostly used internally, but can be overriden. Will possibly be turned into options at some point.

Sizes are expressed in typographic points. Mostly used internally, but can be overriden. Will possibly be turned into options at some point.

Functions

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
tibble::tibble(x=10^(1:5)) %>%
    dplyr::mutate_all(.funs=list(
        decimals   = decent_decimals,
        alpha      = decent_alpha,
        #geom       = decent_geom,
        size_path  = decent_size_path,
        size_point = decent_size_point,
        size_text  = decent_size_text
        ))
tibble::tibble(x=10^(1:5)) %>%
    dplyr::mutate_all(.funs=list(
        decimals   = decent_decimals,
        alpha      = decent_alpha,
        #geom       = decent_geom,
        size_path  = decent_size_path,
        size_point = decent_size_point,
        size_text  = decent_size_text
        ))

MomX/Momocs2 documentation built on May 13, 2020, 4:28 a.m.