R demo()

1 개요[ | ]

R demo()
demo()
## Demos in package 'base':
## 
## error.catching          More examples on catching and handling errors
## is.things               Explore some properties of R objects and
##                         is.FOO() functions. Not for newbies!
## recursion               Using recursion for adaptive integration
## scoping                 An illustration of lexical scoping.
## 
## Demos in package 'grDevices':
## 
## colors                  A show of R's predefined colors()
## hclColors               Exploration of hcl() space
## 
## Demos in package 'graphics':
## 
## Hershey                 Tables of the characters in the Hershey vector
##                         fonts
## Japanese                Tables of the Japanese characters in the
##                         Hershey vector fonts
## graphics                A show of some of R's graphics capabilities
## image                   The image-like graphics builtins of R
## persp                   Extended persp() examples
## plotmath                Examples of the use of mathematics annotation
## 
## Demos in package 'stats':
## 
## glm.vr                  Some glm() examples from V&R with several
##                         predictors
## lm.glm                  Some linear and generalized linear modelling
##                         examples from `An Introduction to Statistical
##                         Modelling' by Annette Dobson
## nlm                     Nonlinear least-squares using nlm()
## smooth                  `Visualize' steps in Tukey's smoothers
## 
## 
## Use 'demo(package = .packages(all.available = TRUE))'
## to list the demos in all *available* packages.

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}