]> git.donarmstrong.com Git - r/CairoHacks.git/blob - R/CairoHacks.R
add start of CairoHacks package
[r/CairoHacks.git] / R / CairoHacks.R
1 #' CairoHacks: Various hacks for Cairo devices including PDF bookmarks and raster plots in PDFs
2 #'
3 #' CairoHacks contains routines to allow you to include PDF bookmarks
4 #' and raster plots inside of your PDFs.
5 #'
6 #' @section Bookmarks:
7 #' 
8 #' Bookmarks enable the easy browsing of PDFs by table of contents/index
9 #' using pdftk.
10 #'
11 #' @seealso make.pdf.bookmark, write.pdf.bookmark
12 #' 
13 #' @section Raster Plots:
14 #' 
15 #' Raster plots enable the inclusion of plots with millions of points or
16 #' lines in a vector format (such as a PDF) without making the PDF file
17 #' megabytes in size, while still allowing other plot components to be
18 #' presented in their original vector format.
19 #'
20 #' @seealso start_rasterplot, stop_rasterplot
21 #'
22 #' @docType package
23 #' @name CairoHacks
24 #' @author Don Armstrong <don@@donarmstrong.com>
25 NULL