dwww Home | Show directory contents | Find package

library("vioplot")
context("names input")

test_that("list input", {
  data(iris)
  vioplot(iris$Sepal.Length[iris$Species=="setosa"], iris$Sepal.Length[iris$Species=="versicolor"], iris$Sepal.Length[iris$Species=="virginica"], names=c("a", "b", "c"))
})


test_that("naming formulae", {
  data(iris)
  vioplot(iris$Sepal.Length~iris$Species, names=c("a", "b", "c"))
  vioplot(Sepal.Length~Species, data=iris, names=c("a", "b", "c"))
  })

Generated by dwww version 1.15 on Sat May 18 08:17:01 CEST 2024.