if (FALSE) {
## show examples (see respective help pages for details)
example(rotatexy)
example(filledshape)
## run demos
demo("colorshapes") # creating colored shapes
## open the directory with source code of demos
browseURL(paste(system.file(package="shape"), "/demo", sep=""))
## show package vignette
vignette("shape")
edit(vignette("shape"))
browseURL(paste(system.file(package="shape"), "/doc", sep=""))
}
Run the code above in your browser using DataLab