Vegetation classification for multispectral DJI drone imagery
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.