The R Project SVN R

Rev

Rev 18150 | Rev 42333 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18150 Rev 18413
Line 35... Line 35...
35
ftest(y=2)    ## c(FALSE, FALSE) (no partial matching)
35
ftest(y=2)    ## c(FALSE, FALSE) (no partial matching)
36
ftest(y2 = 2, x=1)  ## c(TRUE, TRUE) partial match x1
36
ftest(y2 = 2, x=1)  ## c(TRUE, TRUE) partial match x1
37
 
37
 
38
 
38
 
39
}
39
}
40
\keyword{ ~kwd1 }% at least one, from doc/KEYWORDS
40
\keyword{ programming }
41
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
-