Description Usage Value Examples
This function sets par values that can be used for a default style plots.
1  | 
No particular return value
1 2 3 4 5 6 7 8 9 10 11  | stylefunc0()
hist(rnorm(100))
preset1a = get_preset(1)
pngpdf_preset( 
  list( 
      function(){ barplot(1:5, names.arg=c('a','b','c','d','e'),ylab="some y",xlab="some x", col=COLOR5()) }
   ),
   'test6', stylefunc0, preset1a
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.