This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
@License Public Domain | |
@author Carsten Dobschat <version 1.3> <http://www.dobschat.de/index.php/dobschat/entry/serendipity-s9y-importer-for-wordpress-13/> | |
@author Michael Tyson <version 1.2> <http://michael.tyson.id.au/2008/09/04/serendipity-s9y-importer-for-wordpress/> | |
@author Aaron Brazell <version 1.1> <http://technosailor.com/2007/01/02/new-version-of-serendipity-s9y-to-wordpress-importer-available/> | |
@version 1.4 | |
Changelog: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## reproduce the figures from http://www.jstatsoft.org/v28/c01/paper using ggplot2 | |
library(ggplot2) | |
## parameters | |
set.seed(2710) | |
## Figure 1 | |
d <- rnorm(50) |