Displaying 20 results from an estimated 500 matches similar to: "pairs, panel.functions, xlim and ylim"
2004 Dec 15
2
Compiling samba on Solaris 8 --with-ads
Hello,
I'm trying to Compile Samba with ADS support on Solaris 8. I have installed
without any problems:
/opt/cifs/bdb -> .bdb-4.2.52
/opt/cifs/heimdal -> .heimdal-0.6.3
/opt/cifs/openldap -> .openldap-2.1.25
/opt/cifs/openssl -> .openssl-0.9.7e
/opt/cifs/samba -> .samba-3.0.9
and I'm configuring samba with:
LDFLAGS="-L/opt/cifs/openldap/lib
2004 Sep 14
1
pairs correlations colors
I have the following problem.
I want to use pairs function and get a matrix of scatterplots with the
correlations in the upper panel and the ordinary scatterplots in the
lower panel.
Moreover, I want to have points colored in five differet ways in the
lower panel, because I have five subgroups.
In order to do that I tried to combine examples on pairs function help.
I got a colored matrix
2004 Dec 10
0
sip phone...direct access...
hi!
I'm working an a asterisk test project at college at the moment. right now
we're experiencing two problems.
calling our sipphone (optipoint400) from a firefly client leaves us with no
audio (no noise...nothing at all...) [the phone is ringing however and the
connection seems to be set up] other way round works just fine!!
firefly2firefly (stun enabled) also works
2004 Oct 20
0
Performance problems using "ls -al" together with winbind
Hi friends of SAMBA,
I'm using SAMBA 3.0.0 on a Linux and SAMBA 3.0.6 on a Solaris server (my
problems are independent from the SAMBA version, I guess).
Following entries are existing in /etc/nsswitch.conf:
....
passwd: files winbind
group: files winbind
...
"getent group" produces following output:
...
domain1\group1:x:10000:<here is a list of 125.000 users>
2010 Aug 31
1
"pairs" with same xlim and ylim scale
Hi list,
I have a function which basically is a wrapper of pairs with some useful panel
functions. However, I'm having trouble to pass the "xlim" and "ylim" into the
function so the x and y axes are in the same scale and 45 degree lines are
exactly diagonal. I've looked at some old posts, they didn't help much. I
think this is b/c I have multiple panel
2004 Sep 26
2
low level search for deleted data
Hi everyone,
I lost my complete home directory and am facing the problem of retrieving
some of the deleted data.
I have search the web for this matter, but the only information I found is,
that it's not possible for a program to do this and that I have to puzzle
the files together by scanning the disk (or disk image) with tools like
sleuthkit (www.sleuthkit.org) or lde (lde.sourceforge.net).
2004 Apr 02
2
Gnophone installation problems
Hi all,
I installed all needed RPMs by GnoPhone to be installed without problems
but when attempting to install GnoPhone itself I get this message:
# rpm -Uvh gnophone-0.2.4-1.i386.rpm
error: Failed dependencies:
mozilla >= 0.9.2 is needed by gnophone-0.2.4-1
libgtkembedmoz.so is needed by gnophone-0.2.4-1
libgtksuperwin.so is needed by gnophone-0.2.4-1
I'm using
2004 Apr 01
0
Linphone connecting to default Asterisk Samples
Hey Guys,
I've setup Asterisk on a PC here in the office. I installed the sample
configs.
With a the sound card connected to some speakers and launching asterisk
with the "-vvvc" command line, I can issue the "dial" command and hear
the playback of the recorded message.
When connecting to the asterisk server from my PC using Linphone I
connect to 500@hostname. The
2004 Apr 06
1
gsm playback garbled over sip
I'm new to all this so I don't know where to look, some tips would be
most appreciated.
I've enabled sip debugging and everything looks fine on the client and
server side. Using Linphone on the client side.
GSM playback from the server console is fine. I've used Linphone to
connect to a vegastream VoIP system so I know if that installed and
working. I'm basically just trying
2010 Feb 06
1
Why does smoothScatter clip when xlim and ylim increased?
Hi:
Is there a way to get smoothScatter to not clip when I increase the xlim and
ylim parameters?
Consider the following example:
set.seed(17)
x1<-rnorm(100)
x2<-rnorm(100)
smoothScatter(x1,x2)
#Now if I increase xlim and ylim notice that the plot seems to be clipped at
the former xlim, and ylim boundaries:
smoothScatter(x1,x2, xlim=c(-5,5), ylim=c(-5,5))
Thanks.
Jen
sessionInfo()
R
1999 Nov 15
1
xlim, ylim problem in barplot (PR#325)
Hi, all.
The lower bound in a barplot (or the left bound if you're making a
horizontal barplot) is -0.01 no matter what. This causes problems if
you're making a barplot of small values (say, < .001), as most of the plot
is taken up with blank space beneath the axis, and the bars are squeezed
in at the top. The fix seems to be simple: replace lines
41: xlim <- range(-0.01,
2003 Aug 25
1
setting xlim and ylim with asp=1
In plot(), when using option asp=1 the xlim and ylim have no effect because
they are changed
changed in order to fill the whole plot region. Is there a way to
automatically set
xlim and ylim when asp has been set to 1?
For example:
#This is a box of the plot ranges I want:
boxxy=rbind(c(-1,2),c(-1,-1),c(1,-1),c(1,2),c(-1,2))
#Without asp=1 I get what I want (i.e. I can't see the box because it
2007 Sep 20
1
ggplot and xlim/ylim
Hello everyone,
I am (happily) using ggplot2 for all my plotting now and I wondered
is there is an easy way to specify xlim and ylim somewhere when using
the ggplot syntax, as opposed to the qplot syntax. Eg.
qplot(data=mtcars,y=wt, x=qsec,xlim=c(0,30))
<->
ggplot(mtcars, aes(y=wt, x=qsec)) + geom_point() + ???
Indeed the ggplot syntax is in general more flexible and powerful and
2009 Feb 11
0
contour( ..., method='edge') incompatible with xlim & ylim
Hello,
A colleague of mine in our oceanography lab has pointed out a slightly
annoying imperfection with the contour plotting function. It appears
that the 'edge' option for the 'method' parameter doesn't work very
well (or at all?) when xlim and ylim are also set.
The following code should recreate and demonstrate the problem:
2009 Jul 24
0
xlim and ylim on npudens (np package)
Hi -
I'm just geting started with R, specifically needing to plot some 3D
joint distribution functions estimated from data. Happily, the "np"
package includes example code which gets most of the way there.
The following tweak of the doc code gives me a nice cdf:
library(np)
library(datasets)
data(faithful)
f <- npudens(~eruptions+waiting,data=faithful)
plot(f,cdf = TRUE,
2012 Jan 10
0
rworldmap: xlim, ylim do not change plotting region
Specifying xlim or ylim in the mapCountryData function of the rworldmap library do not alter the plotting region on my system.
#Using the example from rworldmap
library(rworldmap)
mapCountryData() #uses the sample dataset
mapCountryData(ylim = c(-45,45)) #makes no difference to the plot
R 2.14.1 on Linux Mint 11 64bit.
Thanks,
Dan
________
Dr Dan Bebber
Head of Climate Change Research,
2010 May 26
2
xlim/ylim and actual axis length
Dear plotting wizards,
when plotting in R, the actual lengths of the axes are slightly
greater than the ranges of the x/y variables or xlim/ylim values.
how do I control the amount by which the axes are enlarged? Is
there a way to enforce that the lengths of the axes equal
xlim/ylim?
example:
plot(0:100,0:100,pch="+")
it can be observed, that the x- and y-axis join at approx.
2008 Jul 24
1
plot.dendrogram xlim/ylim
list(...),
I would like to zoom in to the leaves of large trees in a dendrogram
plot. The playwith package allows zooming by passing xlim and ylim
arguments to the plot call (Hmisc does this too I think). But
currently stats:::plot.dendrogram does not accept xlim or ylim. So I
would like to enable that. In place of the existing code chunk:
xlim <- c(x1 - 1/2, x2 + 1/2)
ylim <- c(0,
2009 Apr 22
1
reversing xlim, ylim in smoothScatter
Hello,
I have found that in smoothScatter it is not possible to reverse the axes plotted (R version 2.9.0) . It appears that this arises from the hard coding of xlim and ylim in smoothscatter.R in the lines :
x <- x[ xlim[1] <= x[,1] & x[,1] <=xlim[2], ] (line number 25)
and
x <- x[ ylim[1] <= x[,2] & x[,2] <= ylim[2], ] (line number 31)
This results in a x
2008 Sep 03
1
ugly plots with xlim/ylim exceeding data range (changed since R2.6.1)
The behaviour of the plot function when used with xlim/ylim and the
matplot function as in the following simple example changed between
R2.6.1 and 2.7.0+ producing ugly plots in the new versions. In case of
plot it looks like the pretty function is called with wrong arguments
(i.e. range of supplied data rather than values of xlim and ylim):
m = matrix(c(-0.033, 0.009, 0.064, 0.050, 0.097,