DisplayMap: Hello, World!

Description Usage Arguments Examples

Description

Display the map.

Usage

1

Arguments

map

a map

Examples

1
2
3
4
5
6
7
8
9
# Test data frame
# testDF <- data.frame(lat=c(48.8,48.9,48.8),
#                      lng=c(2.3,2.2,2.4))

# Create a map
# map <- leaflet(testDF)

# Display the map
# DisplayMap(map)

Blitzy29/R.Maps documentation built on May 6, 2019, 7:57 a.m.