Displaying 20 results from an estimated 900 matches similar to: "need help in plotting barchart"
2008 Nov 03
1
need some help
Hi ,
> df
Session_Setup DCT FwdDataVols_bin counts Comp
1 User_Initiated NoRLL 1 5058 User_Initiated+NoRLL+1
2 User_Initiated NoRLL 2 584 User_Initiated+NoRLL+2
3 User_Initiated NoRLL 3 191 User_Initiated+NoRLL+3
4 User_Initiated NoRLL 4 128 User_Initiated+NoRLL+4
5 User_Initiated
2008 Nov 05
1
FW: need some help
Hi ,
> df
Session_Setup DCT FwdDataVols_bin counts Comp
1 User_Initiated NoRLL 1 5058 User_Initiated+NoRLL+1
2 User_Initiated NoRLL 2 584 User_Initiated+NoRLL+2
3 User_Initiated NoRLL 3 191 User_Initiated+NoRLL+3
4 User_Initiated NoRLL 4 128 User_Initiated+NoRLL+4
5 User_Initiated
2008 Nov 13
2
(no subject)
Hi,
Browse[1]> d4
EVDO_Rev Session_Setup FCA bin counts
50 NA 0 5 1 1
51 NA 0 5 2 1
52 NA 0 5 3 1
53 NA 0 5 4 1
54 NA 0 5 5 1
55 NA 0 5 6 1
56 NA 0 5 7 1
57 NA 0 5 8
2008 Nov 10
1
is there any way to apply mulitiple conditions in subset function
Hi All,
Let say
> df
Session_Setup DCT FwdDataVols_bin counts
761 0 1 1 87162
762 0 1 2 11495
763 0 1 3 3986
764 0 1 4 1583
765 0 1 5 920
766 0 1 6 920
767 0 1
2008 May 21
2
need some help in plotting xy graph
Hi
Dataframe fdf contains
bin rate overlay
1 1 90 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success
Rate
2 2 93 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success
Rate
3 1 90 Assign First/cc _from_SN_50 RNC_21_to_SN_53 RNC_20_Success
Rate
4 2 94 Assign First/cc _from_SN_50 RNC_21_to_SN_53
2008 May 20
2
need some help in plotting xy graph
Hi
Dataframe fdf contains
bin rate overlay
1 1 90 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success
Rate
2 2 93 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success
Rate
3 1 90 Assign First/cc _from_SN_50 RNC_21_to_SN_53 RNC_20_Success
Rate
4 2 94 Assign First/cc _from_SN_50 RNC_21_to_SN_53
2002 Mar 23
1
why variable last_i is needed in match.c rsync source ?
Hi all
I see the rsync source and rsync makes hashing table and search hashing
table tag_table to find the index of array struct sum_buf , which is a
element of struct sum_struct.
According to the source code, variable last_i is used to encourage
adjacent matches allowing the RLL coding of the output to work more
efficiently.
Why last_i makes more efficiency?
I can't understanding what
2008 Oct 31
2
how to retrieve some records from a dataframe
Hi ,
Dataframe Df contains more than 30 no of records.but I want only
first 30 rows of data.
How can I retrieve it.
Thanks
K.Ravichandra
[[alternative HTML version deleted]]
2008 Aug 18
4
how to get no of pdf files in a particular directory
Hi
Lets say,
Dir<-"/var/www/html/celnet/users/cxadmin/FlowDuration_DataVolume/fld_01_
08_18_08"
There will be pdf and/or csv files.
I want to know how many *.pdf files are there in that
directory.
How can I get using R commands.
Thanks
K.Ravichandra
[[alternative HTML version deleted]]
2008 Sep 05
2
how to write a escape sequences in to a file
Hi
Str1<-"hai "
Str2<-"hru"
I want to write these 2 strings in a file separated by
newline.
How can I get this.
Thanks
K.Ravichandra
[[alternative HTML version deleted]]
2011 Jun 01
1
xtable with conditional formatting using \textcolor
Hello list,
I'm doing a table with scores and I want include colors to represent status
of an individual. I'm using sweave <<results=tex>>= and xtable but I can't
get a result I want. My attemps are
#-----------------------------------------------------------------------------
# code R
da <- data.frame(id=letters[1:5], score=1:5*2)
col <- function(x){
2012 Oct 26
1
Creating a certain set of points with geographic coordinates between two endpoints
Hi all,
I am a very recent user of R. Mine is probably a basic question. I
would like to know how do we create a certain set of points with
geographic coordinates, between two endpoints. Please explain me how to
do this using R. Which are the packages to be used for doing this.
Thanks in advance,
Ravichandra Mondreti.
Ravichandra Mondreti
PhD student/ Doctorant
Spatial
2008 Jul 17
2
spliting a string
Hi
String<-"130.5"
Df<-Strsplit(".",":",String)
Then Df get
"" "" "" ""
But I want Df should contains
Df
"130"
"5"
If any body knows how to do it.tel me
Thanks
K.Ravichandra
[[alternative HTML version deleted]]
2004 Nov 17
2
[LLVMdev] llvm-test portability failures
I updated my source tree and after putting malloc.h back things look a lot better. Still getting a large number of JIT-only failures. There is now only one assertion failure:
/home/cfe/x86/llvm-gcc/bin/g++ -I/usr/home/llvm/obj/projects/llvm-test/MultiSource/Benchmarks/Prolangs-C++/city -I/usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C++/city
2008 Jul 30
6
Need help
Hello,
Can someone help me to understand the meaning of the following R line?
list(fk5 ~ .)
Thanks, Renata
-----------------------------------------
Email sent from www.virginmedia.com/email
Virus-checked using McAfee(R) Software and scanned for spam
2008 Jul 30
1
need some help
Hi
Can any body explain the meaning of the following R code
if(interactive())
stop(msg, call. = FALSE)
else
quit()
Thanks
K.Ravichandra
[[alternative HTML version deleted]]
2003 Nov 26
2
[LLVMdev] how to solve it
hi,
when I run "make -C ./llvm/test/Programs", it show following error:
-------------------------------------------------------------------------------------------
[root at RH9 llvm]# make -C ./llvm/test/Programs
make: Entering directory `/usr/local/llvm/llvm/test/Programs'
make[1]: Entering directory
`/usr/local/llvm/llvm/test/Programs/SingleSource'
make[2]: Entering directory
2003 Dec 04
2
[LLVMdev] another question
hi,
when i change the OBJ_ROOT and recompile the llvm, it's successful.
but run following test, then the error occues:
-----------------------------------------------------
[yue at RH9 obj]$ make -C ./test/Programs
make: Entering directory `/home/yue/llvm/obj/test/Programs'
make[1]: Entering directory `/home/yue/llvm/obj/test/Programs/SingleSource'
make[2]: Entering directory
2004 Nov 17
0
[LLVMdev] llvm-test portability failures
On Wed, 17 Nov 2004, Jeff Cohen wrote:
> I updated my source tree and after putting malloc.h back things look a lot better. Still getting a large number of JIT-only failures. There is now only one assertion failure:
>
> /home/cfe/x86/llvm-gcc/bin/g++ -I/usr/home/llvm/obj/projects/llvm-test/MultiSource/Benchmarks/Prolangs-C++/city
2008 Dec 09
2
Need help optimizing/vectorizing nested loops
Hi,
I'm analyzing a large number of large simulation datasets, and I've
isolated one of the bottlenecks. Any help in speeding it up would be
appreciated.
`dat` is a dataframe of samples from a regular grid. The first two
columns are the spatial coordinates of the samples, the remaining 20
columns are the abundances of species in each cell. I need to calculate
the species richness in