Displaying 20 results from an estimated 23 matches for "elongate".
Did you mean:
elongated
2005 May 02
2
WeatherScope Color-Choosing Issues
...k on
the small color button, the program pops up a "widget" that has a grid
of colors to choose from, not the standard color picker. Under windows,
this widget has a bunch of _square_ color boxes and allows you to click
on a box to select that color. Under wine, however, these boxes are
elongated horizontally, the refresh of the widget as you move the mouse
is not performed correctly, the boxes are not highlighted correctly
based on the mouse position, and the correct color is not selected when
you click the mouse. It appears that the color that is selected when
you click the mouse is cor...
2009 Jan 14
2
Kaplan-Meier Plot
...quot;survival years")
plot(survfit(surv ~ df$pred), col=c("red","green"), lwd = 8, ylab =
"percentage of survival", xlab = "survival years", cex = 2)
I would like to increase the tickness of the censorship's pitch. as you can
see with cex = 2, I can elongate the arms of the censorship, but I cant find
how to increase the tickness of the pitch.
how to do this?
[[alternative HTML version deleted]]
2007 Aug 02
2
plot to postscript orientation
...ipt.files/default.ps ). I searched
the R-help mailing list archive and found 2 suggestions: setting the width
and height and setting horizontal = FALSE. I have tried setting the width
and height but it makes no difference. I have also tried using "horizontal =
FALSE". This rotates and elongates the plot, but it is still displayed
horizontally on a vertical page, and so only partially visible (example
here https://webfiles.uci.edu/mpetresc/postscript.files/horiz.false.ps). I
am not sure what is wrong. Plots are created with "filled.contour".
Thanks
Miruna
**************...
2018 Apr 12
3
Bivariate Normal Distribution Plots
...= 2, col = "blue",
main = "Bivariate normal: rho = 0.0", xlab = "x", ylab = "y")
# Add lines
abline(h = mu_y, v = mu_x)
Problem is this results in sigma(x) = sigma(y), rho=0 and I need or what 2sigma(x)=sigma(y), rho=0 or 2sigma(y)=sigma(x), rho=0 to elongate the distribution. What I have created creates a circle. Can I do that within the mvtnorm package?
Jeff Reichman
2010 Oct 31
2
transfer string to expression
Dear all:
when I use parse() there is some problems. Below is an example:
b0<-1
b1<-1
x<-1
str2expr<-function(x){eval(parse(text=x))}
test1<-"b0+b1*sqrt(x)"
test2<-"b0+b1"
str2expr(test1)
str2expr(test2)
it can work well for test2 but not for test1.
Could you tell me how to fix this problem or is there other more stable
method to transfer an string to
2011 Nov 01
2
Removal/selecting specific rows in a dataframe conditional on 2 columns
Dear list,
After reading different mails, blogs, and tried a few different codes without any success, I am asking your help!
I have the following data frame where each row represent a survey unit with the following variables:
> names(RV09)
[1] "record.t" "trip" "set" "month" "stratum" "NAFO"
[7]
2011 Sep 13
2
GO & Protein Complex Analysis for Homo sapiens
Dear All,
I need to fetch GO ontologies for Homo sapiens with their mappings to
corresponding Uniprot identifiers. I would be using this information to
compare result from a clustering algorithm with existing protein complexes.
This would be a test to check how the clustering algorithm accurately
captures GO terms with respect to the known protein complexes. Can anyone
suggest a simple workflow
2009 Dec 21
3
Question About Repeat Random Sampling from a Data Frame
Good Morning:
I've read many, many posts on the r-help system and I feel compelled to quickly admit that I am relatively new to R, I do have several reference books around me, but I cannot count myself among the fortunate who seem to strong programming intuition.
I have a data set consisting of 1637 observations of five variables: tensile strength, yield strength, elongation, hardness and a
2003 Nov 10
3
Rsync - expensive startup question
Hi there,
I'm using rsync with some large trees of files (on one
disk, we have 30M files, for example, and a we might
be copying say, 500k files in one tree. The file trees
are reasonably balenced -- no single directory has thousands
of files in it, for example. Our file system, at the moment,
is ext3. We are very comfortable with it, and are hesitant
to switch away from it, though JFS or
1998 Dec 17
4
oplock_break: client failure in break - shutting down
We recently tried the upgrade to 2.0 Beta series (just finished testing
Beta 4) on our network. Everything works fine with 1.9.18pl10, but once
we start 2.0 in its place we start getting the following in the log files:
[1998/12/17 05:00:12, 1] smbd/files.c:file_init(219)
file_init: Information only: requested 10000 open files, 246 are
available.
[1998/12/17 05:07:52, 1]
2008 Aug 03
0
gmaps, projection, inset
Running R version 2.6.1 under Gentoo Linux, I'm trying to produce a
thematic map of the USA using the gmaps package. The result thus far
has two problems from my point of view.
First, the projection (Miller cylindrical?) elongates southern states
and flattens northern ones unattractively. I'd prefer Albers conic
projection or something similar.
Second, the inset for Alaska is placed south of the contiguous states.
I'd prefer to put it north of them.
I would be very grateful to anyone who could suggest (a) how t...
2006 Jun 03
0
Irregularity in stem() display (PR#8934)
...whether we have bugs here, or not. If not, let's
call what follows mere "suggestions for improvement" :-).
The vertical bars are aligned in the second case while they are not in
the first. Would not they be nicer if always aligned?
Also, while "scale=" could adjusted to elongate or compress the result,
the scale is meant to be applied over the "default" scale, the meaning
of which is not defined in ?stem. The default scale seemingly uses more
lines than really required. Maybe this default could be improved?
Here is another strangety about stem():
============...
2012 Jul 13
3
R2OpenBUGS quesion
Dear All:
Could anybody help me figure out why I get the Error message below while I
running the example code of bugs() function in R2OpenBUGS packages? I have
tried the code both in Win 7 and Ubuntu 12.04, but they show the same
message. My R version is 2.15.1 in win7 and 2.15.0 in Ubuntu. Many thanks !
Best,
Yilong
> schools.sim <- bugs(data, inits, parameters, model.file,+
2014 Jun 15
0
Problem with converting a list of grids to a list of polygons
...alysis (its visualization) I need to produce a map of
conditions and traits.
When I used SpatialPixelsDataFrame (sp package) my grid cells were regular
and between each row was a small gap, which is not only messy but incorrect.
So I generated the coords of each grid from the centroids in order to
elongate the cells manually (or does anybody know another way to solve
this?).
But I got stuck when I tried to convert the XMIN, XMAX, YMIN, YMAX - corner
points to a list of polygons (and keeping at least the ID as individuell
reference).
I really don?t get it, how can I read data of this format as a...
2008 Mar 11
2
[Bug 14953] New: patch for checking double scan mode on correct crtc
...ttachment.cgi?id=15028)
patch for getting correct overlay crtc
Last week I noticed I got occasionally problems with Xv because video was not
correctly placed in the window (using the overlay). Some further investigation
showed that the video was not only misplaced in the y direction, but also very
elongated.
The problem was due to CurrentLayout.mode being undefined under randr12, to
mode.Flags being some random number that occasionally lead the driver to think
i was using a doublescan mode. This was recently fixed in git by malc0 using
currentMode->Flags. However, malc0 noted in the changelog tha...
2000 Mar 07
0
Pre 3.0.0 PANIC
I've been getting a lot of these recently in my samba-log ever since I
downloaded the latest cvs SAMBA_2_0 branch code.
Mar 6 18:13:06 gate smbd[11126]: cos5 (192.168.7.132) connect to
service rsession as user rsession (uid=707, gid=100) (pid 11126)
Mar 6 18:13:15 gate smbd[11126]: [2000/03/06 18:13:15, 0]
lib/fault.c:fault_report(40)
Mar 6 18:13:15 gate smbd[11126]:
2011 Feb 23
0
Don't know which model in"drc" package is to be used to find EC values.
Hi every one,
I am using the package 'drc' to model root elongation using dose
response data. I don't know which model I should use. Though I don't
know which model I should use, I tried the following codes given
below. But it produced the error messages.Can any one tell me the code
in 'drc' package to find out the EC (Effective Concentration) values
and Confidence
2004 Mar 04
4
Accurate area map projections
Hi,
Could any one point me to the projection, and parameters if necessary, that
would show each country/continent with it's area accurately refelcted on the
plot? E.g. aitoff vs. albers vs. bonne vs. cylequalearea vs. guyou - they
don't all look the same to mee but some of the documentations suggests they
are equal area? Of course this isn't my field, so I am largely guessing and
am
2008 Jun 24
1
Release for CentOS-5.2 i386 and x86_64
...have now made the netinstall.iso
a standard part of the distro and will be published for all CentOS-5
releases from now.
In the last few weeks there have been updates released, and we strongly
recommand everyone does a yum update immediately after installation.
After lots of rumours, talks, elongated and sometimes emotional
discussions we have decided to not support the upstream Z-series of
sub-sub-releases. This means that there will be no change to the way we
do our Version-Release process. If there is enough interest in the
community for supporting this, we request people to step forwar...
2008 Jun 24
1
Release for CentOS-5.2 i386 and x86_64
...have now made the netinstall.iso
a standard part of the distro and will be published for all CentOS-5
releases from now.
In the last few weeks there have been updates released, and we strongly
recommand everyone does a yum update immediately after installation.
After lots of rumours, talks, elongated and sometimes emotional
discussions we have decided to not support the upstream Z-series of
sub-sub-releases. This means that there will be no change to the way we
do our Version-Release process. If there is enough interest in the
community for supporting this, we request people to step forwar...