plot.factor_detector {gdverse} | R Documentation |
plot factor detector result
Description
S3 method to plot output for factor detector in geodetector()
.
Usage
## S3 method for class 'factor_detector'
plot(x, slicenum = 2, alpha = 0.95, ...)
Arguments
x |
Return by |
slicenum |
(optional) The number of labels facing inward. Default is |
alpha |
(optional) Confidence level.Default is |
... |
(optional) Other arguments passed to |
Value
A ggplot2 layer.
Author(s)
Wenbo Lv lyu.geosocial@gmail.com
[Package gdverse version 1.0.0 Index]