geographically optimal zones-based heterogeneity(GOZH) model
gozh(formula, data, cores = 1, type = "factor", alpha = 0.95, ...)
A list.
factor
the result of factor detector
interaction
the result of interaction detector
risk
the result of risk detector
ecological
the result of ecological detector
A formula of GOZH model.
A data.frame
, tibble
or sf
object of observation data.
(optional) Positive integer (default is 1). When cores are greater than 1, use multi-core parallel computing.
(optional) The type of geographical detector, which must be factor
(default),
interaction
, risk
, ecological
. You can run one or more types at one time.
(optional) Specifies the size of confidence level. Default is 0.95
.
(optional) Other arguments passed to rpart_disc()
.
Wenbo Lv lyu.geosocial@gmail.com
Luo, P., Song, Y., Huang, X., Ma, H., Liu, J., Yao, Y., & Meng, L. (2022). Identifying determinants of spatio-temporal disparities in soil moisture of the Northern Hemisphere using a geographically optimal zones-based heterogeneity model. ISPRS Journal of Photogrammetry and Remote Sensing: Official Publication of the International Society for Photogrammetry and Remote Sensing (ISPRS), 185, 111–128. https://doi.org/10.1016/j.isprsjprs.2022.01.009
data('ndvi')
g = gozh(NDVIchange ~ ., data = ndvi)
g
Run the code above in your browser using DataLab