Displaying 20 results from an estimated 10000 matches similar to: "common title for graphs in a (1x2) layout"
2006 Feb 14
1
figs parameter for split.screen()
Dear all,
I would be pleased if anyone could help me.
The Rhelp description for the figs parameter is "a two-element vector
describing
the number of rows and colunns in a screen matrix".
So, why does my code (below) produce a 2x1 screen matrix instead of
a 1x2 one?
Thanks in advance,
rodrigo.
-----------------------------------------------------------
plot.new()
2006 Feb 16
1
error loading RWinEdt
Dear R Helpers,
I would be very pleased with your help, again.
I have this problem when installing / loading RWinEdt. I use R 2.1.1version.
The same error message occurs when installing from mirrors.
thanks in advance,
Rodrigo Tsai.
> install.packages("c:/tsai/pessoal/soft/r-project/RWinEdt_1.7-4.zip",
repos=NULL, method="source")
package 'RWinEdt' successfully
2009 Dec 12
1
cube root on array
Dear R developers,
is that right?
> -27^(1/3)
[1] -3
> c(-27,27)^(1/3)
[1] NaN   3
i'm using sign( c(-27,27) ) * abs( c(-27,27)) ^(1/3) ,
thanks
	[[alternative HTML version deleted]]
2018 May 01
3
Compiling CUDA with clang on Windows
Dear all,
In the official document <https://llvm.org/docs/CompileCudaWithLLVM.html>,
it is mentioned that  CUDA compilation is supported on Windows as of
2017-01-05. I used msys2 to install clang 5.0.1. Then I installed cuda 8.0.
However, I basically could not compile any code of cuda by the prescribed
setting. I wounder if anyone can successfully compile cuda code by the
clang on Windows.
2000 Sep 18
5
layout question
I wanted to produce a layout like this:
      |----------|
      |          |
      |    1     | 
      |          |
|-----------------------|
|           |           |  
|     2     |    3      |   
|           |           |  
|-----------------------|
Three equal sized plots with the top one centred about the other two.
So far I am using
nf<-layout(matrix(c(1,1,2,3), 2, 2,
2003 Oct 12
1
plot/ layout/ overlay problem
System info:
Red Hat 9.0
R Version 1.7.0
ESS 5.1.21
Emacs 21.2.1
-------------------
Colleagues
I have a small problem with positioning overlays using layout.
  ## Purpose: to plot temperature and salinity profiles
   ## as a multipanel figure, and
   ## overlay the the mixed
   ## layer depths.
Here is the code skeleton:
   --------------------
   nf <-
2007 Sep 19
3
layout function for several plots
Dear all
I try to print 9 plots on a page, arranged as the code shows below.
nf <- layout(matrix(c(1,0,2,0,0,3,0,4,0,5,0,6,0,0,0,0,7,0,8,9), 10,2))
layout.show(nf)
but when I try to plot, an error message 
Fehler in plot.new() : Grafikr?nder zu gro?
appears
to verify p.e. with 
plot(runif(10:1)) 
i tried with plot(runif(10:1), ann=F) to produce more space, but neither.
The second
2003 Apr 16
2
layout.show()
Dear r-help,
  Please, be so kind, tell me what does mean the parameter of layout.show()?
  I use R 1.6.2... Windows NT 4.0
  
  Unfortunately I cannot understand phrases from the help
  "n: number of figures to plot."
        what figures?
  "`layout.show(n)' plots (part of) the current layout, namely the
    outlines of the next `n' figures."
    what figures?
   
2019 Jul 29
3
Why librbd disallow VM live migration if the disk cache mode is not none or directsync
I'm curious that why librbd sets this limitation? The rule first
appeared in librbd.git commit d57485f73ab. Theoretically, a
write-through cache is also safe for VM migration, if the cache
implementation guarantees that cache invalidation and disk write are
synchronous operations.
For example, I'm using Ceph RBD images as VM storage backend. The Ceph
librbd supports synchronous
2010 Oct 12
1
graphics layout
Folks,
I'm battling the layout() functionality in graphics, and getting a bit mixed up. I'd like to create subscreens like so:
 _________ _________
|         |         |
|    1    |    2    |
|_________|________ |
|         |         |
|    3    |    4    |
|_________|_________|
|         |____6____|
|    5    |____7____|
|_________|____8____|
Note that subscreens 1:5 are the same
2005 Sep 02
6
question on cut
I am trying to use cut to tell me the suffix of a file.
for example: echo /home/silentm/log/file.machine.log | cut -d . -f 1-
I was expecting to get .log or log but I get the entire string echoed back.
doing the opposite gave me what I expected:
echo /home/silentm/log/file.machine.log | cut -d . -f 1
gives me
/home/silentm/log/file
I am trying to find a way to test if the file ends in .log?
2006 Aug 08
4
New Release
Folks-
	I just pushed out a new release last night. THis is a bug fix  
release as well as some new features that have come up that people need.
	I made the MiddleMan class include Singleton so it is now a true  
singleton. What this means is that the autostart stuff now works  
correctly because you can always get the same MiddleMan instance from  
anywhere within the drb server including your
2012 Jan 04
5
a quick question about "rbinom"
Hello, I have the following code using rbinom, but I don't understand what
*"+1"* means in the code. Could someone help? Thanks so much,
> X1<-c("A","B")[rbinom(n,1,0.6)+1]
> X2<-c("C","D")[rbinom(n,1,0.1)+1]
--
View this message in context: http://r.789695.n4.nabble.com/a-quick-question-about-rbinom-tp4262977p4262977.html
Sent
2006 Sep 15
3
graphics and 'layout' question
Hello,
I got stuck with a graphics question: I've 3 figures that I present on a single page (window) via 'layout'. The layout is 
layout(matrix(c(1,1,2,3), 2, 2, byrow=TRUE));
so that the frst plot spans the both columns in row one. Now I'd like to magnify the fist figure so that it takes 20% more vertical space (i.e. more space for the y-axis). How would I do this in R?
   
2006 Apr 21
2
Crypto hw acceleration for openssl
I got roughly the same performance results when I use the openssl speed
test with and without a hifn 7956 cryto card
Here's what I did:
After the card is plugged in, kldload hifn; kldload cryptodev;
I got the message:
hifn0 mem 0xfc8f0000-0xfc8f7ffff, 0xfc8f0000-0xfc8f7ffff,
0xfc8f0000-0xfc8f7ffff irg 28 at device 3.0 on pci1
hifn0: Hifn 7956, rev 0, 32KB dram, pll=0x800<pci clk, 4x
2002 Mar 23
1
running starcraft
I've just installed the Wine package on my Debian machine, and I'm
trying to run Starcraft.  The relevant error message I get consistently
is:
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x406806ec,00010021,2):stub
err:ntdll:RtlpWaitForCriticalSection section 0x40680a74 "?" wait timed out, retrying (60 sec) fs=037f
The window (or desktop, I've tried both) for the
2006 Oct 16
1
plots: layout + subtitles
Hello,
I want to create a figure that consists of a collection of 16 graphs on 
4 rows.  I am using
nf <- layout(matrix(seq(1,16), 4,4, byrow=TRUE), respect=TRUE)
boxplot(...
to create the layout of my 16 graphs. It works really well. However, I'd 
like to add sub-titles that would apply to each row of 4 graphs. More 
specifically, I'd like to have something like:
subtitle 1
2006 Sep 28
3
complex plots using layout()
Dear r-help,
I am trying to plot several scatter plots with marginal histograms on
one page. Ideally, a page is equally divided into 4 figure regions.
Within each figure region, a scatter plot with marginal histograms will
be plotted.
I followed Dr. Paul Murrell's code released online to successfully plot
the scatter plot with marginal histograms. The code applies "layout()"
to
2010 Dec 09
2
Plotting 3d surfaces
Dear Subscribers,
I am using R for quite a while nowadays on Ubuntu 10.04 LTS. I a using R
for doing my statistics. Furthermore I am using it as a tool to generate
the graphics for my publications.
I am currently working on a project which involves nls-fits of three
dimensional surfaces such as ellipsoids or even more complex. I have
been searching R help and the manuals for a possibility to
2009 Jan 28
2
help with plot layout
It takes a lot of sweat to generate a composite plot with R ...  sigh.
I though I was almost done when I met the umpteenth hurdle. I cannot place a nice title on the 2nd plot (raw signal)
on the layout. I do not have control on where either the "main" option of "plot" function, or "title", place the text
string which keeps dysplaying chopped from above. I also tried