Expand and calculate a bleed-through matrix from the given matrix around the given reference well.
.mat_calc_bleed(
mat,
ref_row,
ref_col,
b_noise = 10,
relative = TRUE,
.f = mean
)
A matrix to expand and calculate relative bleed-through based on a reference well.
Reference well row number.
Reference well column number.
Calculated background noise to fill the bleed-through matrix.
TRUE / FALSE whether to return relative values.
Function to apply to the expanded matrix, defaults to mean.
a matrix, that is a bleed-through matrix calculated from the given matrix.