Displaying 2 results from an estimated 2 matches for "mmae".
Did you mean:
mae
2020 Nov 05
1
Named class vector
The source to the noquote() function looks like this:
noquote <- function(obj, right = FALSE) {
## constructor for a useful "minor" class
if(!inherits(obj,"noquote"))
class(obj) <- c(attr(obj, "class"),
if(right) c(right = "noquote") else "noquote")
obj
}
Notice what happens with right =
1998 Nov 19
1
PDF Library
[* The word xSUBSCRIBE so early in your posting made it bounce. MMae]
v
I 0subscribe to R-help (not R-devel) but thought this was more relevant to
R-devel, and the future of R's imaging model and cross-platform support. If
this has already been under discussion I apologize. I've no connection with
the product, business or its people.
Gerry
Begi...