correctReading: Estimate uncertainty from readers errors

Description Usage Arguments Examples

View source: R/functions.r

Description

Estimate uncertainty from readers errors

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
correctReading(
  dataList,
  type = 1,
  population = c("harp", "hood"),
  readers = c("LL", "MP"),
  plotFig = TRUE,
  Spacing = 3,
  gap = 1,
  grDev = FALSE,
  grWidth = 11,
  grHeight = 7
)

Arguments

type

Type of correction. Use 1 for separate correction for each reader (assumes two readers) and 2 for the same correction for both readers

population

Specify which population or populations to estimate the uncertainty from

readers

Specify the ID of each reader. Assumes 2 readers

plotFig

Vector containing the transect each photo comes from

Spacing

Transect width

gap

Distance threshold for length if flown over open water

grDev

Open a graphical device or not (default FALSE)

grWidth

Width of graphical window

grHeight

Height of graphical window

data

The data set with photo counts

Examples

1

NorskRegnesentral/pupR documentation built on Sept. 17, 2020, 5:52 p.m.