if (FALSE) {
# Get a palette for a location in the Bahamas
get_earthtones(latitude = 24.2, longitude = -77.88, zoom = 11, number_of_colors = 5)
# Return palette only, without map
get_earthtones(latitude = 24.2, longitude = -77.88,
zoom = 11, number_of_colors = 5, include.map = FALSE)
}
Run the code above in your browser using DataLab