Index of /web/packages/geodrawr/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-06-16 13:20 6.0K 

README

geodrawr

An interactive tool for making geo-spatial objects by clicks on the map

Installation

You can install the released version from GitHub with:

# install.packages("devtools")
devtools::install_github("Curycu/geodrawr")

How to Use?

There are three draw tools :

library(geodrawr)

# draw_polygons()
# draw_lines()
# draw_points()

case polygons

draw_polygons

case lines

draw_lines

case points

draw_points