Create asymmetric bandwidth grids to be used with multiscale.localPrune
multiscale.grid(
bandwidths.left,
bandwidths.right = bandwidths.left,
method = "cartesian",
max.unbalance = 4
)
S3 multiscale.grid
object to be used in the multiscale.grid
function
left parts of the bandwidths
right parts of the bandwidths
how the asymmetric bandwidths are created; possible values are
'cartesian'
create all bandwidths in the Cartesian product of
bandwidths.left and bandwidths.right
'concatenate'
join bandwidths.left and bandwidths.right element-wise
a numeric value for the maximal ratio between maximal and minimal bandwidth,
1 <= max.unbalance <= Inf
; use iff method='cartesian'