Learn R Programming

rnaturalearth (version 0.0.0.9000)

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)

Arguments

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

Value

integer scale of map

Examples

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

Run the code above in your browser using DataLab