flightMetricTally: Flight Metric Tally

Description Usage Arguments Value Examples

View source: R/flightMetricTally.R

Description

Flight Metric Tally

Usage

1
2
flightMetricTally(homeDir = getwd(), modelObj, flightName,
  fileName = NULL, summariseKMLs = FALSE)

Arguments

homeDir

Base Directory. Should have Model Output Directory.

modelObj

A DIMEC Model object.

flightName

Name of flight to summarize

fileName

Output file name. Be sure to add .csv to end.

summariseKMLs

Logical. If true, calls kmlCompiler to produce summary kmls

positiveClasses

Vector of class labels that are considered positive hits

Value

fileName.csv This file summarises the predictions at each tile for an entire flight. The file contains several metrics of determining a "positive" but they all seem about equivalent just with lower or higher sensitivity.

kmls optionally the function can export flight-level merged kmls by calling kmlCompiler

Examples

1
2
3
4
5
## Not run: 
flightMetricTally(modelName="M17",
   flightName = "ca_dosrios_20170813")

## End(Not run)

adamkc/DIMEChelper documentation built on Feb. 1, 2020, 12:24 p.m.