knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(lab5group5)

This vignette summaries the functions in package lab5Group05. The function has 3 parameters:name, zoom_l, map_type. The parameter name should be a character which is the name of a location. The parameter zoom_l should be a number which is an integer between 3 to 21. The parameter maptype should be a character out of three types:"toner/terrain/watercolor".

example:

findmap("stockholm",10,'toner')



rui0027/lab5group5 documentation built on Dec. 22, 2021, 8:13 p.m.