searchme
- Creates or modifies a Search Plan.searchme()
function takes the input csv file SearchInput.csv and returns the SearchOut.csv file which defines a search plan.
searchme(FtT = 3, filout = "SearchOut.csv", AreaUnits = "Hectares", graphs = 1, directory = "Searches", STitle = "")
searchme()
function takes inputs including Sector,Area, AreaCovereage, Terrain, WX, TOD, THours,TSearchers,TSpacing, AMDR, Rank, and POScum in the form of a CSV file (SearchInput.csv) and returns values to the console and files to the working directory that form the basis of a search plan. At the console, a dataframe with new columns containing estimates for the man hours required, ideal team size, time to clear the sector, POS, POD, cumulative POS, and estimates to range these values between NASAR worst case estimates and Rule of Thumb estimates is returned. Then the function returns a summary of descriptive stats summarizing the plan followed by another display of the dataframe sorted alphabetically by name. The function stores the dataframe in the default SearchOut.csv file, along with a number of graphics displaying the model details by sector. After all sector stats and charts are generated, the fuction calls the searchstatus()
function to create summary graphs for the search plan. See the documentation for searchstatus()
for further information on those features.
The searchme()
function is designed to predict optimal values for all key input variables where it finds the value -1. In other cases, the program accepts the given value and assusmes the planner knows best, but graphs these values to allow planners to easily compare them to an Urban and a NASAR model.
## Not run: searchme(FtT=1.5, graphs=2, AreaUnits = "Acres", STitle="Example Loose Grid Search")
## Not run: searchme(FtT=4, graphs=3, STitle = "Example Tight Grid Search")
Run the code above in your browser using DataLab