Top "Par" questions

This tag has no Wiki Excerpt yet!

Reset par to the default values at startup

Normally when I make my own plot functions, I make a construct : op <- par("mypar"=myvalue) on.exit(…

r default par
Specify Width and Height of Plot

I have a panel containing three plots. How can I use par to specify the width and height of the …

graphics r par
Common main title of a figure panel compiled with par(mfrow)

I have a compilation of 4 plots drawn together with par(mfrow=c(2,2)). I would like to draw a common title …

r graph plot title par
Plot fitted line within certain range R

Using R, I would like to plot a linear relationship between two variables, but I would like the fitted line …

r plot lm par
Combined plot of ggplot2 (Not in a single Plot), using par() or layout() function?

I've been thinking of using par() or layout() functions for combining ggplots. Will it be possible to use those functions? …

r layout ggplot2 par
How to install pp (PAR Packager)?

I have to create an exe from a Perl script. I installed ActivePerl-5.14.2.1402-MSWin32-x86-295342.msi How do I …

perl par perl-packager
Histogram, error: Error in plot.new() : figure margins too large

I have to plot 141 histograms in R. I am working with windows 8. then I write: par(mfcol=c(12,12), oma=c(1,1,0,0)) …

r histogram par
Centring legend below two plots in r

I would like to centre a common legend below two plots. I have used xpd=TRUE to allow for printing …

r legend par
What is a null graphics device?

I'm reading the R help page for ?devAskNewPage (it was linked from ?par...ask). I can't understand what par(ask=…

r plot graphics sweave par
Why do I get "version (5.12.2) doesn't match executable version" with Perl's PAR?

When I run the following to create an executable out of my Perl script: pp -o process_target_mode_data …

perl par