Displaying 20 results from an estimated 23 matches for "elongation".
2005 May 02
2
WeatherScope Color-Choosing Issues
Hi All,
In my continuing efforts to get WeatherScope running flawlessly under
Wine, I've noticed issues with WeatherScope's built in color chooser.
When you run the program, by default a map of Oklahoma appears. If you
right click on the entry in the legend (on the left side) and select
properties, you have the option of choosing the color. If you click on
the small color button, the
2009 Jan 14
2
Kaplan-Meier Plot
dear all,
I want to plot a kaplan Meier plot with the following functions, but I fail
to produce the plot I want:
library(survival)
tim <- (1:50)/6
ind <- runif(50)
ind[ind > 0.5] <- 1; ind[ind < 0.5] <- 0;
MS <- runif(50)
pred <- vector()
pred[MS < 0.3] <- 0; pred[MS >= 0.3] <- 1
df <- as.data.frame(cbind(MS, tim, pred, ind))
names(df) <-
2007 Aug 02
2
plot to postscript orientation
Hi
I am trying to save some plots in a postscript file. When I generate the
plots in the main window, they appear correctly - their orientation is
landscape (i.e., horizontal). However, when I open the .ps file with GSview,
the whole page appears vertically, and the plot appears horizontally, which
means that the plot is only partially visible (example here
2018 Apr 12
3
Bivariate Normal Distribution Plots
R-Help
I am attempting to create a series of bivariate normal distributions. So using the mvtnorm library I have created the following code ...
# Standard deviations and correlation
sig_x <- 1
sig_y <- 1
rho_xy <- 0.0
# Covariance between X and Y
sig_xy <- rho_xy * sig_x *sig_y
# Covariance matrix
Sigma_xy <- matrix(c(sig_x ^ 2, sig_xy, sig_xy, sig_y ^ 2), nrow = 2, ncol = 2)
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
...eel 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 character indicator with three levels: (Y)es, (N)o, and (F)ail.
My objective is to randomly sample various subsets from this data set and then evaluate these subsets using simple parameters among them tests for normality, shape and skewness. The data set is ordered by the character...
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
2006 Jun 03
0
Irregularity in stem() display (PR#8934)
Hi, R people.
Consider the following small R session:
======================================================================>
> a <- c(8.48, 9.58, 9.96)
> stem(a)
The decimal point is at the |
8 |
8 | 5
9 |
9 | 6
10 | 0
> stem(round(a,1))
The decimal point is at the |
8 | 5
9 |
9 | 6
10 | 0
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
Hi.
For a spatial analysis (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?).
2008 Mar 11
2
[Bug 14953] New: patch for checking double scan mode on correct crtc
http://bugs.freedesktop.org/show_bug.cgi?id=14953
Summary: patch for checking double scan mode on correct crtc
Product: xorg
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
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) value...
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
We are pleased to announce the immediate availability of CentOS-5.2 for
the i386 and x86_64 Architectures.
CentOS-5.2 is based on the upstream release EL 5.2.0, and includes
packages from all variants including Server and Client. All upstream
repositories have been combined into one, to make it easier for end
users to work with. And the option to further enable external
repositories at
2008 Jun 24
1
Release for CentOS-5.2 i386 and x86_64
We are pleased to announce the immediate availability of CentOS-5.2 for
the i386 and x86_64 Architectures.
CentOS-5.2 is based on the upstream release EL 5.2.0, and includes
packages from all variants including Server and Client. All upstream
repositories have been combined into one, to make it easier for end
users to work with. And the option to further enable external
repositories at