Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

pagenum

CRAN_Status_Badge CRAN_Downloads

Homepage: https://kwstat.github.io/pagenum

Repository: https://github.com/kwstat/pagenum

This package makes it easy to automatically add a time-stamp and page number to graphics.

Key features:

  • Supports base, lattice, and ggplot2 graphics.

Installation

# Install the released version from CRAN:
install.packages("pagenum")

# Install the development version from GitHub:
install.packages("devtools")
devtools::install_github("kwstat/pagenum")

Usage

require(pagenum)
setPagenum(1)
plot(Sepal.Length~Sepal.Width, data=iris, col=Species, pch=19)
pagenum()

pagenum

About

Add page number to R graphics

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.