README.md

Ahikadrone

Vegetation classification for multispectral DJI drone imagery

How to download

First install the "remotes" package via:

install.packages("remotes")

in Program R then run:

library("remotes") 
install_github("NathanWhitmore/Ahikadrone")

if there is already a previous version installed you should use :

install_github("NathanWhitmore/Ahikadrone",  force = TRUE)

and then load the package via:

library("Ahikadrone")


NathanWhitmore/Ahikadrone documentation built on Dec. 17, 2021, 5:20 a.m.