rnaturalearth (version 0.1.0)

check_scale: check that this scale is present in Natural Earth

Description

check name or numeric scale representations, return numeric one

Usage

check_scale(x)

Value

integer scale of map

Arguments

x

scale of map to return, one of 110, 50, 10 or 'small', 'medium', 'large'

Examples

Run this code
# commented out because not exported
# check_scale(110)
# check_scale("small")

Run the code above in your browser using DataLab