Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

RcmdrPlugin.KMggplot2 (version 0.2-1)

dataContour: A Dummy Data for Contour Plots

Description

A Dummy Data for Contour Plots

Arguments

See Also

contour-class

Examples

Run this code
# This data is generated by the code below:
# set.seed(5435678)
# dataContour <- data.frame(
#   x = (zx <- (rep(1:100, 100) - 5) / 2),
#   y = (zy <- (rep(1:100, each=100) - 5) / 2),
#   z = (z  <- zx*zy)
# )
# save(dataContour, file = "dataContour.RData")
# try(data(dataContour, package = "RcmdrPlugin.KMggplot2"))

Run the code above in your browser using DataLab