Nothing
test_that("contourPlot2 is a ggplot2 object", {
data("volcano")
volcano <- as.data.frame(volcano)
volcano3d <- reshape(
volcano,
direction = "long",
varying = list(1:61),
idvar = "x",
timevar = "y",
v.names = "z"
)
v <- contourPlot2(volcano3d)
expect_s3_class(v, "ggplot")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.