photomap: Creates an interactive photomap

View source: R/photomap.R

photomapR Documentation

Creates an interactive photomap

Description

Creates an interactive photomap

Usage

photomap(f, icons = NULL, dir_out = tempdir(), iconWidth = 100,
  iconHeight = 75, maxZoom = 18)

Arguments

f

File path to photo(s).

icons

File paths to icons of photos

dir_out

Directory where files should be saved, tempdir() by default

iconWidth

Width of the photo icon, in pixels

iconHeight

Height of the photo icon, in pixels

maxZoom

The maximum zoom level allowed in the photomap

Examples

f = geotagged_photo_paths()
photomap(f)
photomap(f, maxZoom = 8)

Robinlovelace/photomapr documentation built on Oct. 21, 2022, 7:21 a.m.