print.ggmap {ggmap} | R Documentation |
Print a map
Description
Print a console description of a map
Usage
## S3 method for class 'ggmap'
print(x, ...)
Arguments
x |
an object of class elicit |
... |
additional parameters |
Value
Invisibly returns x
.
Examples
## Not run: requires a Stadia Maps API key. see ?register_stadiamaps
get_stadiamap(zoom = 9)
## End(Not run)
[Package ggmap version 4.0.0 Index]