Displaying 7 results from an estimated 7 matches for "xline".
Did you mean:
line
2009 Jan 25
5
soft phone
hi
wich soft phone do you recomend but i need this feature it must ask for user
name and password when it start.
i know xline and zoipper but they dont have that i can acomplish this whit
twinkle but i need it for Windows :-(
any ideas?
thanks
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An H...
2010 Dec 16
2
How can I draw a line in empirical distribution function?
I've got the graphic with this:
a=c(120,40,75,85,55,75,55,90,90,55,155)
plot(ecdf(a))
How can I draw lines to show the lower quatile and upper quartil?
I only know there is the argument lines(),
but I don't know how to use it
--
View this message in context: http://r.789695.n4.nabble.com/How-can-I-draw-a-line-in-empirical-distribution-function-tp3090675p3090675.html
Sent from the R
2005 Dec 22
6
Plot problems: xlim
...automatically determined by plot.density hence the need to add xlim however this produces
something I dont find aesthetically appealing. The plot is squeezed out into a very lean "bell" shape.
So (finally) my question, how can i widen the spread of my plot and yet also be able to add my xline.
Many thanks
Ronnie
2008 Oct 29
1
Suppressing internal grid in filled.contour
...wing command to make a filled
contour plot of some data I have (x,y,z being the inputs):
filled.contour(interp(x,y,z,duplicate="strip",xo=seq(1800,3200,length=57),yo=seq(120,280,length=65)),col=grey.colors(33,start=0,end=1,gamma=1),nlevels=33,zlim=0:650,plot.axes={axis(1);axis(2);points(xline,yline,type="l")})
The output is attached to this email via pdf -- I'm using R 2.8.0 on
MacOS X. Thanks for any help you all can give me!
Sincerely,
Jonathan Greenberg
--
Jonathan A. Greenberg, PhD
Postdoctoral Scholar
Center for Spatial Technologies and Remote Sensing (CSTARS...
2005 Jun 06
1
Missing values in argument of .Fortran.
...As to a
fortran subroutine which I am dynamically loading and calling by
means of .Fortran(). The subroutine runs through the vector entry by
entry; obviously I want to have it do one thing if y[i] is present
and a different thing if it is missing.
The way I am thinking of proceeding is along the xlines of:
ymiss <- is.na(y)
rslt <- .Fortran(
"foo",
NAOK=TRUE,
as.double(y),
as.logical(ymiss),
etc,
etc
)
and inside ``foo'' have a logical branch based on the value of
xmiss(i).
Questions:
(1) Is there a sexier way to proceed? E.g. is it possible
within (...
2003 Jun 14
4
problem installing packages from source on win2k
...html latex example
transformx text html latex example
vgram text html latex example
vgram.matrix text html latex example
world text html latex example
xline text html latex example
yline text html latex example
>>> Building/Updating help pages for package 'fields'
Formats: chm
BD chm
Krig...
2007 Oct 06
1
problem installing fields package 3.5 on R 1.8.1 on linux
...html latex example
transformx text html latex example
vgram text html latex example
vgram.matrix text html latex example
world text html latex example
xline text html latex example
yline text html latex example
* DONE (fields)
Delete downloaded files (y/N)? y
> q()
Save workspace image? [y/n/c]: y
[root at durX]# R
R : Copyright 2003, The R Foundation for Statistical Comput...