pval_plot {gateR} | R Documentation |
Prepare significant p-values for plotting
Description
Internal function to convert an object of class 'im' to values readable by image.plot
function within the rrs
, lotrrs
, and gating
functions.
Usage
pval_plot(input, alpha)
Arguments
input |
|
alpha |
Numeric. The two-tailed alpha level for significance threshold (default in |
Value
An object of class 'SpatRaster' with categorical values:
A value of 1: Significant numerator.
A value of 2: Insignificant.
A value of 3: Significant denominator.
[Package gateR version 0.1.15 Index]