default.settings | R Documentation |
Global Defaults
default.settings( pos = 1, envir = as.environment(pos), my.path = getwd(), main.theme = "theme_bw", page.width = 11, page.height = 8.5, right.margin = 0.75, left.margin = 0.75, top.margin = 1.4 - 0.5, bottom.margin = 1.75 - 0.5 )
pos |
used internally by some functions |
envir |
used internally by some functions |
my.path |
path to main directory, |
main.theme |
text string name of theme to be called by theme_set, |
page.width |
used by build.page and annotate.page; presumed to be inches |
page.height |
used by build.page and annotate.page; presumed to be inches |
right.margin |
used by build.page and annotate.page; presumed to be inches |
left.margin |
used by build.page and annotate.page; presumed to be inches |
top.margin |
used by build.page and annotate.page; presumed to be inches |
bottom.margin |
used by build.page and annotate.page |
Global Defaults
This function assigns character string objects to the global environment.
The following are assigned to global environment upon calling:
my.path
dd
cd
od
blankPanel
page.width
page.height
right.margin
left.margin
top.margin
bottom.margin
graph.region.h
graph.region.w
Greg Cicconetti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.