Skip to contents

This function returns a scale from standard_scales based on a provided name, standard, and/or series.

Usage

get_scale(scale = NULL, standard = NULL, series = NULL)

Arguments

scale

Scale name from standard_scales[["scale"]].

standard

Scale standard. Options include "USGS", "Engineering", or "Architectural".

series

Map series from standard_scales[["series"]]. Series is only available for USGS scales.

Value

A tibble based on standard_scales with rows filtered to values that match parameters.