# NOT RUN {
library(VWPre)
# To recode both IDs and Labels...
df <- recode_ia(data=dat, IDs=c("234"="2", "0"="0", "35"="3", "11"="1",
"4"="6666"), Labels=c(Outside="Outside", Target="NewTargName",
Dist2="NewDist2Name", Comp="NewCompName", Dist1="NewDist1Name"))
# For a more complete tutorial on VWPre plotting functions:
vignette("SR_Interest_Areas", package="VWPre")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab