Displaying 20 results from an estimated 100 matches similar to: "how to get no of pdf files in a particular directory"
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
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 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]]
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 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]]
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]]
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 Nov 07
1
is there any way to run R method as a background process from R interface
Hi ,
 
        can some body tell to me "how to run a R method /function as a
background process from R interface"
 
Thanks
K.Ravichandra
 
 
	[[alternative HTML version deleted]]
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 Nov 06
2
need help in plotting barchart
Df contains  
     Session_Setup   DCT RevDataVols_bin    counts
comp
1    Session_Setup   RLL               1        NA
Session_Setup+RLL+1
2    Session_Setup   RLL               2        NA
Session_Setup+RLL+2
3    Session_Setup   RLL               3        NA
Session_Setup+RLL+3
4    Session_Setup   RLL               4        NA
Session_Setup+RLL+4
5    Session_Setup   RLL               5
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
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
2009 Sep 09
4
tables with Unicode box drawing characters?
Hello,
I read David Wheeler's table proposal[1] for Markdown and very much
agree with his conclusion and PostgreSQL-inspired proposed format.  I
also read the mailing list archives for 2009 but did not find any
clear concesus on whether DW's format was officially accepted (I hope
it is soon!).
However, I want to ask: has anyone considered taking these simple
ASCII table drawings to the
2012 Sep 11
2
problem while installing packages in r
Dear R users,
 
Hope someone can help me to solve the problem. I have a problem
installing packages in to r . The following message was being displayed
in the console when I was trying to install 'rgdal' package.
 
> install.packages("rgdal")
Warning in install.packages :
  argument 'lib' is missing: using 'C:/Documents and
Settings/mondreti/Mes
2006 Jun 05
2
Bug in RedCloth or in my head?
Instead of emm-dashes I get struck-out text surrounded with single hyphens.   RedCloth
3.0.4:
>> d = RedCloth.new "-- hyphens to the left of me, hyphens to the right, all should be emm
dashes --"
=> "-- hyphens to the left of me, hyphens to the right, all should be emm dashes --"
>> d.to_html
=> "<p><del>- hyphens to the left of me, hyphens
2008 Jul 17
0
how to split the string
Hi
      
       Str<-"130.1,2.2,3.1,..........."
 
       I want the o/p like
       Dataframe1
          row
          130
            2
            3
            .
            .
 
       Dataframe2
         Col
           1
            2
            1
            .
            .
 
          How can I get desired  o/p.
 
 
Thanks
K.Ravichandra
 
 
2008 Aug 30
1
need some help on r
Hi
           
 
 
>Tdf 
       bin     TCC_TCA TCA_CR  TCC_CR  Time    sn.rnc           
117  117     258     27    314 (08/28/08 00:09:42)  50.21
118  118     251     30    291 (08/28/08 00:09:47)  50.21
119  119     247     28    289 (08/28/08 00:09:52)  50.21
120  120     251     29    282 (08/28/08 00:09:57)  50.21
121  121     276     39    320 (08/28/08 00:10:02)  50.21
122   
2009 Oct 27
0
unicorn 0.93.4 - *BSD stdio compatibility
Unicorn is a HTTP server for Rack applications designed to only serve
fast clients on low-latency, high-bandwidth connections and take
advantage of features in Unix/Unix-like kernels.  Slow clients should
only be served by placing a reverse proxy capable of fully buffering
both the the request and response in between Unicorn and slow clients.
* http://unicorn.bogomips.org/
* mongrel-unicorn at
2011 May 16
0
Fwd: adding GPLv3 to unicorn license
Hi Ian, I also found this address in the git history, hoping this works
since ian at inspir.es doesn''t.
----- Forwarded message from Eric Wong <normalperson at yhbt.net> -----
From: Eric Wong <normalperson at yhbt.net>
To: mongrel-unicorn at rubyforge.org
Cc: Hongli Lai <hongli at phusion.nl>, Augusto Becciu <augusto at jadedpixel.com>,
	I?aki Baz Castillo