plot.weights {geocausal} | R Documentation |
Plot weights
Description
Plot weights
Usage
## S3 method for class 'weights'
plot(x, ..., type_weights = "standardized", binwidth = NULL)
Arguments
x |
input |
... |
arguments passed on to the function |
type_weights |
the type of weights to plot. - If 'plot_weights' is 'standardized', histogram of standardized weights will be generated. - If 'plot_weights' is 'unstandardized', histogram of unstandardized weights will be generated. Default is 'standardized'. |
binwidth |
bin width of the histogram. Default is NULL |
[Package geocausal version 0.3.2 Index]