stylefunc0: Function that sets a default style for plots

Description Usage Value Examples

Description

This function sets par values that can be used for a default style plots.

Usage

1

Value

No particular return value

Examples

 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
)

SooLee/plotosaurus documentation built on May 9, 2019, 1:52 p.m.