library(AnalysisPageServer)
setup.APS.knitr()

A simple plot: iris

embed.APS.dataset({
  plot(iris$Sepal.Length,
       iris$Sepal.Width,
       xlab = "Sepal Length",
       ylab = "Sepal Width",
       col = adjustcolor(as.integer(iris$Species), 0.6),
       pch = 19)
  legend("topright",
         levels(iris$Species),
         pch = 19,
         col = 1:3)
},
                  df = iris,
                  show.xy = TRUE)

Passed variable

This variable was pass through the environment (should say "foo"): * passedVar: r passedVar



Try the AnalysisPageServer package in your browser

Any scripts or data that you put into this service are public.

AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.