Learn R Programming

figuRes2 (version 1.0.0)

default.settings: default.settings

Description

Global Defaults

Usage

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
)

Value

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

Arguments

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

Author

Greg Cicconetti

Details

Global Defaults