R/testPlotMap.CSV.R

Defines functions testPlotMap.CSV

Documented in testPlotMap.CSV

#'
#'@title Run tests of plotMap.CSV(...).
#'
#'@description Function to run tests of plotMap.CSV(...)
#'
#'@details none.
#'
testPlotMap.CSV<-function(){
    res<-plotMap.CSV(psFile='tstRotFALSE',year=2009,col='legalret',title="legal, retained",
                     rotate=FALSE,blocktype='SUM',plt_blocktype='COARSE',plt_blocklocations=TRUE,
                    plt_title=TRUE,plt_stations=TRUE,plt_bars=TRUE,plt_surface=TRUE,plt_reflines=TRUE);
    res<-plotMap.CSV(psFile='tstRotTRUE80',year=2009,col='legalret',title="legal, retained",
                     rotate=TRUE,elev=80,blocktype='SUM',plt_blocktype='COARSE',plt_blocklocations=TRUE,
                     plt_title=TRUE,plt_stations=FALSE,plt_bars=TRUE,plt_surface=TRUE,plt_reflines=TRUE);
    res<-plotMap.CSV(psFile='tstRot160',year=2009,col='legalret',title="legal, retained",
                     rotate=160,elev=40,blocktype='SUM',plt_blocktype='COARSE',plt_blocklocations=TRUE,
                    plt_title=TRUE,plt_stations=FALSE,plt_bars=TRUE,plt_surface=TRUE,plt_reflines=TRUE);
}
wStockhausen/wtsGMT documentation built on May 3, 2019, 7:36 p.m.