The R Project SVN R

Rev

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

Rev 59039 Rev 61168
Line 67... Line 67...
67
## methods is attached
67
## methods is attached
68
apropos("GLM", ignore.case = FALSE) # not one
68
apropos("GLM", ignore.case = FALSE) # not one
69
apropos("lq")
69
apropos("lq")
70
 
70
 
71
cor <- 1:pi
71
cor <- 1:pi
72
find("cor")        #> ".GlobalEnv"   "package:stats"
72
find("cor")                         #> ".GlobalEnv"   "package:stats"
73
find("cor", numeric=TRUE) # numbers with these names
73
find("cor", numeric = TRUE)                     # numbers with these names
74
find("cor", numeric=TRUE, mode="function")# only the second one
74
find("cor", numeric = TRUE, mode = "function")  # only the second one
75
rm(cor)
75
rm(cor)
76
 
76
 
77
\dontrun{apropos(".", mode="list") # a long list}
77
\dontrun{apropos(".", mode="list")  # a long list}
78
 
78
 
79
# need a DOUBLE backslash '\\\\' (in case you don't see it anymore)
79
# need a DOUBLE backslash '\\\\' (in case you don't see it anymore)
80
apropos("\\\\[")
80
apropos("\\\\[")
81
 
81
 
82
\dontrun{# everything % not diff-able
82
\dontrun{# everything % not diff-able