dropTasPData | R Documentation |
Function to drop obervations from TasP areas.
dropTasPData(dat, bsdat = NULL)
dat |
A dataset, which will be merged with the Bounded Structures dataset, to determine if observations come from the TasP (northern) areas. If an observation cannot be linked to an area, it is kept. |
bsdat |
The Bounded Structures dataset with BSIntID and PIPSA variables. |
data.frame
# This is what the dropTasP argument does when it is TRUE.
hiv <- readHIVData(dropTasP = FALSE)
hiv <- dropTasPData(hiv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.