cams: Summarisation of Climbing Cams

Description Usage Arguments

View source: R/cams.R

Description

Read and summarise Climbing Cam data from Google Sheets

Usage

1
2
3
4
cams(id = "", passwd = "", compare = "all", cam.doc = "Cam Size Data",
  cam.sheet = "Plain List (2015-12-19)", df = cams.df, smooth = "loess",
  free.scales = "free_y", wrap.col = 6, text.size = 16,
  exclude.outlier = FALSE, ...)

Arguments

id

Google ID.

passwd

Google Password.

cam.doc

Name of Google Sheet holding data (don't change this).

cam.sheet

Name of worksheet within Google Sheet holding data (don't change this).

smooth

Smoothing function for plots.

free.scales

Whether to allow the scales of faceted plots to be free.

wrap.col

Number of columns to wrap facet_wrap by.

text.size

Size of text in graphs in pts.

exclude.outlier

Excludes the Valley Giant 12 from smoothing.

cams.df

Name of R data frame version of data.

wrap.row

Number of rows to wrap facet_wrap by.


slackline/nmisc documentation built on May 30, 2019, 3:04 a.m.