data-dataContour: A Dummy Data for Contour Plots

Description Format See Also Examples

Description

A Dummy Data for Contour Plots

Format

A data frame with 10000 observations on the following 3 variables.

x

a x-axis variable

y

a y-axis variable

z

density

See Also

contour-class

Examples

1
2
3
4
5
6
7
8
9
# 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"))

Example output

Loading required package: grid
Loading required package: Rcmdr
Loading required package: splines
Loading required package: RcmdrMisc
Loading required package: car
Loading required package: carData
Loading required package: sandwich
Loading required package: effects
lattice theme set by effectsTheme()
See ?effectsTheme for details.
The Commander GUI is launched only in interactive sessions

Attaching package: 'Rcmdr'

The following object is masked from 'package:car':

    Confint

Loading required package: ggplot2
Warning message:
no DISPLAY variable so Tk is not available 

RcmdrPlugin.KMggplot2 documentation built on Sept. 17, 2019, 9:03 a.m.