Description Usage Arguments Details Value Author(s) See Also Examples
Creates a blank plotting canvas with the given dimensions, along with functions to find best values for the canvas dimensions.
1 2 3 4 5 |
width |
A number indicating the horizontal width of the blank plot. |
top, bottom |
The maximum and minimum values vertically to be displayed in the plot. |
pad |
An array of 4 integers, specifying the pixels of whitespace to pad beyond the dimensions given by top, bottom, and width. Four number corresponding to padding on the bottom, left, top and right, respectively. Default is c(0, 0, 0, 0). |
scale |
If TRUE, inserts a scale on the plot. |
scale.lwd, scale.col, scale.cex |
Allows manual modification of the scale's line width and colour, respectively. |
png, pdf |
If one or the other is set to a filename, a file in png or pdf format
will be produced respectively. If both are set to non-NA values,
|
factor |
The scaling factor used to produce plots of png or pdf format. Should
be set so after multiplication of the |
debug |
If TRUE, frames the boundaries of the intended plotting space in red, used to determine if inputs produce expected output area. Also outputs to STDIN dimensions of the plot. |
no.par |
Suppresses the internal call to |
asp |
Controls and aspect ratio of the plot, defaultly set to 1, set to NA to disable completely. |
... |
Additional arguments passed to |
helix |
A helix data.frame |
blankPlot
creates a blank plot with the given dimensions, with
minimal margins around the plot and no axis or labels. If more control
is required, using plot
directly would be more efficient.
maxHeight
returns the height that the highest helix would require,
and can be used to determine top
and bottom
for
blankPlot
.
maxHeight
returns a numeric integer.
Daniel Lai
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.