Learn R Programming

epade (version 0.2.2)

wall.ade: Plot templates (wall)

Description

A function to make look a like templates of plots for different wall parameters.

Usage

wall.ade(vnames=NULL, main=NULL, xlab=NULL, ylab=NULL, glab=NULL,
         legendon="topright", xlim=NULL, ylim=NULL, lwd=1, pch=16, lty=1,
         xticks=NULL, yticks=NULL, col=NULL, tcol=NULL, bgcol=NULL, lcol=NULL,
         wall=0, v=NULL, h=NULL)

Arguments

vnames
a vector of character strings with labels in the legend
main
an overall title for the plot
xlab
a title for the x axis
ylab
a title for the y axis
glab
a title of the legend
legendon
a single keyword from:
  • "bottomright"
"bottom" "bottomleft" "left" "topleft" "top" "topright" "right" "center"

item

  • xlim
  • ylim
  • lwd
  • pch
  • lty
  • xticks
  • yticks
  • col
  • tcol
  • bgcol
  • lcol
  • wall
  • v
  • h

See Also

scatter.ade

Examples

Run this code
par(ask=TRUE)
wall.ade(vnames=c('blue', 'red'), wall=0, main='Template of wall 0', xlab='x', ylab='y')
wall.ade(vnames=c('blue', 'red'), wall=1, main='Template of wall 1', xlab='x', ylab='y')
wall.ade(vnames=c('blue', 'red'), wall=2, main='Template of wall 2', xlab='x', ylab='y')
wall.ade(vnames=c('blue', 'red'), wall=3, main='Template of wall 3', xlab='x', ylab='y')
wall.ade(vnames=c('blue', 'red'), wall=4, main='Template of wall 4', xlab='x', ylab='y')
wall.ade(vnames=c('blue', 'red'), wall=5, main='Template of wall 5', xlab='x', ylab='y')
wall.ade(vnames=c('blue', 'red'), wall=6, main='Template of wall 6', xlab='x', ylab='y')

Run the code above in your browser using DataLab