R/tb_bluedjinn.R
poly_stat.Rd
calculate statitiscs of polygon based raster extraction. Returns a spatialpolygon dataframe containing decriptive statistics
poly_stat(
rasternames = NULL,
spdf = NULL,
count = 1,
min = 1,
max = 1,
sum = 1,
range = 1,
mean = 1,
var = 1,
stddev = 1,
quantile = 10,
parallel = 1,
proj = "+proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs",
path_run = tempdir(),
giLinks = NULL
)
vector of raster* objects default is NULL
spatial polygon dataframe default is NULL
0 1 switch
0 1 switch
0 1 switch
0 1 switch
0 1 switch
0 1 switch
0 1 switch
0 1 switch
number of quantile
run it parallel default is 1
projection string
run time folder for all kind of calculations, by default tempdir()
list of GI tools cli pathes, default is NULL
data frame containing the descriptive statistic of all corresponding raster* objects for each given polygon