Entering edit mode
Laurent Gautier
★
2.3k
@laurent-gautier-29
Last seen 10.3 years ago
'just noticed that a missing ',' sneaked in the code
just suggested. One should read:
getRfprinttip <- function(x, tip) {
z <- maPrintTip(x)
r <- maRf(x)[z == tip, ]
return(r)
}
L.