QuantIbex

Log in |
  • Blog
  • R
  • Teaching
  • Contact

Short R code example

Posted on 02.01.2013 by Claudio Posted in R, Test
This is a basic example of R code.
nObs <- 100
foo  <- rnorm(nObs)
bar  <- rnorm(nObs)
plot(foo, bar, type = "p", main = "Some points",
     xlab = "foo", ylab = "bar", pch = 16)
abline(h = 1)
« Short post
Short post with LaTeX »

Categories

  • LaTeX
  • R
  • Test
  • Uncategorized

Archives

  • January 2013
  • Sitemap
© QuantIbex 2013-14