search for: s3primitivegenerics

Displaying 3 results from an estimated 3 matches for "s3primitivegenerics".

2013 Jul 31
2
S3 internal and group generics
...group <- c(getGroupMembers("Arith"), getGroupMembers("Compare"), getGroupMembers("Logic"), getGroupMembers("Math"), getGroupMembers("Math2"), getGroupMembers("Summary"), getGroupMembers("Complex")) primitive <- .S3PrimitiveGenerics # Extracted from ?"internal generic" internal <- c("[", "[[", "$", "[<-", "[[<-", "$<-", "unlist", "cbind", "rbind", "as.vector") c(group, primitive, internal) } Ha...
2024 Apr 24
0
[Rd] R 4.4.0 is released
..."Date", "POSIXct", and "POSIXlt" with infinite entries, analogously to range.default(), as proposed by Davis Vaughan on R-devel. Other range()-methods can make use of new function .rangeNum(). * New .internalGenerics object complementing .S3PrimitiveGenerics, for documentation and low-level book-keeping. * grid() now invisibly returns the x- and y- coordinates at which the grid-lines were drawn. * norm(., type) now also works for complex matrices. * kappa(., exact = TRUE, norm = *) now works for all norms and also for c...
2024 Apr 24
0
[Rd] R 4.4.0 is released
..."Date", "POSIXct", and "POSIXlt" with infinite entries, analogously to range.default(), as proposed by Davis Vaughan on R-devel. Other range()-methods can make use of new function .rangeNum(). * New .internalGenerics object complementing .S3PrimitiveGenerics, for documentation and low-level book-keeping. * grid() now invisibly returns the x- and y- coordinates at which the grid-lines were drawn. * norm(., type) now also works for complex matrices. * kappa(., exact = TRUE, norm = *) now works for all norms and also for c...