Displaying 20 results from an estimated 2000 matches similar to: "reducing space between charts in lattice graphics"
2010 Nov 02
1
Colour filling in panel.bwplot from lattice
Inspired by colouring the dots of box-whisker plots I am trying to also 
fill the boxes (rectangles) with different colours. This seems not to 
work as I expected.
Looking at the help page of panel.bwplot it says: 'fill - color to fill 
the boxplot'. Obviously it is only intended to fill all boxes with only 
one colour?
Nevertheless the following example shows, that 'fill' from
2011 Apr 06
2
Layout within levelplot from the lattice package
Hi,
I'm a novice with levelplot and need some assistance! Basically, I want a window 
which contains 6 levelplots of equal size presented in 3 columns and 2 rows. 
I've tried to approach it two ways. The first way leads to this question:
Is there any way to concatenate levelplots from a factor vertically as opposed 
to horizontally? I'd like to pair the levelplots by factor.2 on
2005 Apr 16
2
String in data frame
hello, 
how can take the string in the data frame.
right now i have a table that create as a data frame and stored in the file called "data.xls" and now i want to read data frame as a table in my another r program, i used the following command:
the first column of the data frame is just one number called "num", but the second one a list of string, called "name". 
 
d
2012 Nov 03
2
reorder() in the latticeExtra library
Hello all, thanks for your time and help. Below are my commands, and it
generates a really nice plot, however I am not happy with the reorder()
function. I would like the order to be the same as they appear in the
genotype variable  "genotype <- c("CJ1450 NW 4/25/12","CJ1450 BAL
4/25/12","CJ1450 NW 4/27/12","CJ1450 BAL 4/27/12","CJ1721 NW
2007 May 29
5
Trouble defining a stub method for a controller
Hello,
    Not sure if I am doing something really wrong (let''s not say
stupid for now), but I haven''t been able to stub a controller method
like:
     controller.stub!(:logged_in?).and_return(true)
     Please help, this is driving me nuts ;-)
-- 
An?bal Rojas
http://www.rubycorner.com
http://www.hasmanydevelopers.com
2011 Nov 13
2
Running totals
I have a table which looks like this:
  ACC        BAL
1 hal -171245.33
2 opn  -50487.63
3 pga  213440.38
4 prt       0.18
5 rbs    8292.54
How do I create a column which shows the running totals of the BAL columns?
	[[alternative HTML version deleted]]
2012 Dec 04
5
question about sum of (column) elements in R
Hi,
I have the following data:
0   12
1   10
1   4
1   6
1   7
1   13
2   21
2   23
2   20
3   18
3   17
3   16
3   27
3   33
4   11
4   8
4   19
4   16
4   9
In this data file I would like to sum the numbers of second column which
belong to the same number in the first column.
So the output would be:
0     12
1     40
2     64
        3     111
        etc.
Thank you.
Kind regards,
T. Bal
2007 May 21
2
logger anybody?
Hello,
    When trying to use logger into any RSpec I get:
logger anyboundefined local variable or method `logger'' for
#<#<Class:0x278bee0>:0x253cdec>
    Not sure if this is the spected behaviour (haven''t checked under the
hood) It was just annoying not having a logger instance available as in
Rails out of the tests.
-- 
An?bal Rojas
http://www.rubycorner.com
2005 Oct 11
1
aligning column of xyplots and removing space between them
The code below displays three graphs in three rows and one column but:
1. I want to remove the space between the graphs (I tried playing with position=
arg to print.trellis but it seems quite difficult to get the right
values and all
my attempts had space between them or had overlapping graphs.  Is
there a better way to do this?
2. the widths of the plots are not the same even though I specified
2006 Feb 07
3
Dinamic controller
Is it possible to make a Rails app respond to a "dinamic" controller?
As I understand method_missing can be used inside a controller to
respond to nonexisting methods, is it possible to provide a similar
behavior at a controller level? I am not sure at whic level would this
code be inserted...
--
An?bal Rojas
http://www.lacaraoscura.com/
anibalrojas@gmail.com
2012 Dec 04
2
Labelling x axis in plot function
Hi,
In the plot function I want to label x axis as the numbers between 1 and 12
(so 1, 2, 3, 4, 5, ..., 12). How should I do it? The range of x values are
different than this range. Thanks!
Kind regards,
T. Bal
	[[alternative HTML version deleted]]
2008 Feb 05
2
dynamically add items to key of lattice xyplot
Hi all,
is it possible to dynamically add key items to an already existing key, 
belonging to a lattice xyplot?
This is what I do: I make an xyplot with an initial key. Later on, I 
want to extend this key with more items, as more lines are added to the 
plot (lines are added using trellis.focus("panel")).
I guess I need some function to access the key panel in order to extend 
it,
2012 May 08
3
please help!
Hi,
I have a data with the forum
a         b          c
8.9     0           0
7.4     1           0
4.2     0           1
2.3     1           1
Which are explanatory variables in this data?
And also I want to fit logistic regression model with two explanatory
variables? (I think that I should use glm, but how should I put these
variables in glm)?
Do I need also other functions, other than
2010 Nov 23
3
analytics
Hello all,
We (at ibiblio.org) are evaluating several projects and products for
getting good analytics from icecast. Specifically, we have explored
cacti and awstats. I am writing because I would like users of this
list to send me their experiences with analytics and monitoring
packages and products. I would like details such as time for initial
deployment, time and steps to add an addiitonal
2000 Nov 14
14
New snapshot
I have just uploaded a new snapshot to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20001114.tar.gz
This snapshot includes Markus Friedl's new SSH2 RSA authentication work
and -R portforwarding for SSH2. Please give these a good test.
The new RSA authentications works similar to the current SSH2 DSA keys,
but requires a little modification to config files. Currently RSA 
key cannot be
2003 Oct 28
1
ifelse with a factor variable
'ifelse' changes factors to character vectors (R-1.7.1, Linux):
> table(bal$soc.40)
          tax         noble semi-landless      landless       unknown 
         4035          5449         13342          9348             0 
> blah <- ifelse(is.na(bal$soc.40), "unknown", bal$soc.40)
> table(blah)
blah
      1       2       3       4 unknown 
   4035    5449  
2005 Mar 16
3
Problem joining a Samba 3 domain - DC can't be contac ted
My domain name is SAMBA-DOMAIN, I can't join it from a
win 2003 machine. Now, if I try to join it from a XP
machine, I am asked to enter a username and password
for a user allowed to join the domain, however, the
info I enter is not accepted!!!
Any idea please?
Thank you
Note: to manage joining my samba domain from a xp
machine, I had to change a registry key.
--- "Mccrory, Kevin
2012 May 15
2
question about creating data frame
Hello,
My data is "study.txt":
"Not A" "A"
"Mathematics" 80 15
"Physics" 32 24
"Biology" 18 29
I want to transform this data into with column names 'course' and 'A':
                   course                       A
             1   Mathematics              1
             2   Mathematics              1
             ..
2007 Sep 05
2
Multiple xyplots
Hi everyone,
I'm hoping you can give me some pointers. I have a requirement to draw 
multiple (103) xy line plots onto one output device. Ideally the plots 
should be displayed in a hexagonal grid (example at 
www.maladmin.com/example.jpg). I can calculate the locations for each 
waveform but am wondering how to create multiple plotting areas. I have 
come accross references to a package grid
2009 May 14
1
Problem with viewports, print.trellis and more/newpage
Dear R-users,
I have got the following problem. I need to create 4x2 arrays of 
xyplot's on several pages. The plots are created within a loop and 
plotted using the print function. It seems that I cannot find the proper 
grid syntax with my viewports, and the more/newpage arguments.
The following script is a simplification but hopefully will suffice to 
illustrate my problem. Any suggestion