Load spatial.dot
loadDot(
string = NULL,
input = NULL,
spatial,
disregard.parallels,
preloading = FALSE
)A list containing:
dot: A data frame containing the connections between arrays
arrays: A list containing detailed information on the arrays
dotmat: A matrix of the distance (in number of arrays) between pairs of arrays
paths: A list of the all array paths between each pair of arrays.
A string of dot connections.
The name of a file containing dot connections.
A spatial data frame.
Logical: Should the presence of parallel arrays invalidate potential efficiency peers? See the vignettes for more details.
Logical: Is this function being called from preload()?