estimate_document_dimensions: Estimate Missing Dimensions

estimate_document_dimensionsR Documentation

Estimate Missing Dimensions

Description

Estimate missing dimension information.

Usage

estimate_document_dimensions(
  gatherings = NA,
  height = NA,
  width = NA,
  obl = NULL,
  dimension.table = NULL,
  sheet.dimension.table = NULL
)

Arguments

gatherings

Available gatherings information

height

Available height information

width

Available width information

obl

Indicates height smaller than width

dimension.table

Document dimension table (from dimension_table())

sheet.dimension.table

Table to estimate sheet area. If not given, the table given by sheet_sizes() is used by default.

Value

Augmented dimension information

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation("bibliographica")

Examples

# estimate_document_dimensions(gatherings = 2, height = 44)

rOpenGov/bibliographica documentation built on April 10, 2022, 8:51 p.m.