powered by
checkX(X, XNew, ...)
d
X
XNew
X <- matrix(1:12, ncol = 3) colnames(X) <- c("Temp", "Press", "Volume") XNew <- matrix(1:3, ncol = 3) XNewMod <- checkX(X = X, XNew = XNew)$XNew XNewMod
Run the code above in your browser using DataLab