Description Usage Arguments Author(s) Examples
Add a Point shapefile and raster image.
1 | ExValue_from_Pointshp(ras_img, point_shp, res_Col_name)
|
ras_img |
Raster image |
point_shp |
Point shapefile with class info |
res_Col_name |
Name of the colomn contain class id's |
Subhadip Datta
1 2 3 4 5 6 | library(raster)
library(ExtractTrainData)
ras_img<-brick(system.file("extdata","ras.tif",package = "ExtractTrainData"))
point_shp<-shapefile(system.file("extdata","poin.shp",package = "ExtractTrainData"))
res_Col_name<-"Id"
ExValue_from_Pointshp(ras_img,point_shp,res_Col_name)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.