searchstatus()
- provides summary graphs of search.searchstatus()
- this function called by searchme to produce summary graphs of search for management.
searchstatus(filout = "SearchOut.csv", directory = "Searches", STitle = "")
searchstatus()
summarizes a search in a series of graphs which display search plans. The graphs display all sectors in order of sector ladder importance or in order of POS (probability of success) expected along with other metrics critical to search managment. The leading chart is a barchart which shows the available POS,the POS already "harvested", and the POS expected in this planning cycle.
Pareto charts then summarize the remainting metrics which include POS expected, POS remaining, Searchers required, duration hours planned, sectors with the highest potential to go faster with more manpower, sectors with the best potential to return POS with manpower added, man hours required, and manhours per POS. An additional page summarizes the sectors that have been set aside as "complete" and where no further search effort is planned. This function stores the charts in the R working directory or a subdirectory if one is called out through the directory parameter
## Not run: searchstatus(STitle="Alternate Search Plan B")
Run the code above in your browser using DataLab