Various parameters that control aspects of the standard procedure.
biscale.control(
row.mean = FALSE,
row.std = FALSE,
col.mean = FALSE,
col.std = FALSE
)A list with components named as the arguments.
if row.mean = TRUE (the default), row centering will be performed resulting in a matrix with row means zero.
If row.mean is a vector, it will be used in the iterative process.
If row.mean = FALSE nothing is done.
if row.std = TRUE , row scaling will be performed resulting in a matrix with row variance one.
If row.std is a vector, it will be used in the iterative process.
If row.std = FALSE (the default) nothing is done.
similar to row.mean.
similar to row.std.