Description Usage Arguments Value Examples
View source: R/flightMetricTally.R
Flight Metric Tally
1 2 | flightMetricTally(homeDir = getwd(), modelObj, flightName,
fileName = NULL, summariseKMLs = FALSE)
|
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 |
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
1 2 3 4 5 | ## Not run:
flightMetricTally(modelName="M17",
flightName = "ca_dosrios_20170813")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.