Learn R Programming

rSARP (version 1.0.0)

rSARP: Create, modify, critique, and report against search and rescue plans using rSARP.

Description

rSARP allows you to create and manage search and rescue search grid plans using CSV files and the graphic output from R. The package includes 3 main functions. The searchme() function provides modeling by sector and is the core of the package. The searchstatus() function provides graphic reporting against the core plan and is typically used several times within a planning cycle as plans are modified. The bestsearch() function is used a the beginning of a planning cycle to determine the best search methods to use for a limited number of searchers. The tracking() function is used to track task assignments (525s) as they are assigned and completed.

Arguments

Details

The first function you're likely to need from rSARP is searchme. Otherwise refer to the package documentation to see how to proceed.