tidy_X_and_Y {SpatialDecon}R Documentation

Function to format Y, X inputs for decon

Description

Takes user-supplied X and Y, checks for accuracy, aligns by dimnames, adds dimnames if missing

Usage

tidy_X_and_Y(X, Y)

Arguments

X

X matrix

Y

Data matrix

Value

X and Y, both formatted as matrices, with full dimnames and aligned to each other by dimname


[Package SpatialDecon version 1.2.0 Index]