This function views maps, keys, palettes and animations created with Vizumap.
view(obj)
An object from build_bmap
, build_gmap
,
build_pmap
, build_bkey
,
build_gkey
, build_palette
, or
animate
.
For maps, keys and palettes, assigning the output from view
to a variable
name saves the output as an object of class "ggplot"
. Animations
created with animate
are viewed through an internet browser
as html objects.
gb <- build_palette(name = "GreenBlue")
view(gb)
# ggplot object
p <- view(gb)