default.settings {figuRes2}R Documentation

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
)

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

Details

Global Defaults

Value

This function assigns character string objects to the global environment.

Value

The following are assigned to global environment upon calling:

Author(s)

Greg Cicconetti


[Package figuRes2 version 1.0.0 Index]