Learn R Programming

geozoning (version 1.0.0)

addContour: addContour

Description

addContour

Usage

addContour(map, val, col = "blue", super = TRUE)

Arguments

map

object returned by function genMap

val

quantile value vector

col

color parameter

super

if TRUE add to existing plot lines coresponding to contour, if FALSE plot boundary and add lines

Value

void

Details

add contour lines to plot

Examples

Run this code
# NOT RUN {
data(mapTest)
addContour(mapTest,c(5,7),super=FALSE)
# }

Run the code above in your browser using DataLab