]> git.donarmstrong.com Git - r/CairoHacks.git/blob - man/CairoHacks.Rd
add start of CairoHacks package
[r/CairoHacks.git] / man / CairoHacks.Rd
1 % Generated by roxygen2 (4.1.1): do not edit by hand
2 % Please edit documentation in R/CairoHacks.R
3 \docType{package}
4 \name{CairoHacks}
5 \alias{CairoHacks}
6 \alias{CairoHacks-package}
7 \title{CairoHacks: Various hacks for Cairo devices including PDF bookmarks and raster plots in PDFs}
8 \description{
9 CairoHacks contains routines to allow you to include PDF bookmarks
10 and raster plots inside of your PDFs.
11 }
12 \section{Bookmarks}{
13
14
15 Bookmarks enable the easy browsing of PDFs by table of contents/index
16 using pdftk.
17 }
18
19 \section{Raster Plots}{
20
21
22 Raster plots enable the inclusion of plots with millions of points or
23 lines in a vector format (such as a PDF) without making the PDF file
24 megabytes in size, while still allowing other plot components to be
25 presented in their original vector format.
26 }
27 \author{
28 Don Armstrong <don@donarmstrong.com>
29 }
30 \seealso{
31 make.pdf.bookmark, write.pdf.bookmark
32
33 start_rasterplot, stop_rasterplot
34 }
35