Raw File
madCall.R
myCall <- quote(mad(xx[,j], constant = curConst, na.rm = TRUE))
myCall[[1]]
myCall[[2]]
names(myCall)
back to top