Displaying 20 results from an estimated 12000 matches similar to: "in regards of plotting using functions."
2003 Dec 24
4
coding logic and syntax in R
Hello,
I am a beginner in R programming and recently heard about this mailing list.
Currently, I am trapped into a simple problem for which I just can't find a
solution. I have a huge dataset (~81,000 observations) that has been
analyzed and the final result is in the form of 0 and 1(one column).
I need to write a code to process this column in a little complicated way.
These 81,000
2011 Jun 23
2
getting twitter followers into our rails application
Hi everybody,
I have integrated OAuth into my app. Now I want to get the follower
lists for the user who has authenticated using OAuth.
My app works on ruby on rails. And i want to know how i can fetch the
followers list for the current logged in user.
Can someone tell me if they have done it before?
thaks
+++++++++++++++
Pravin Mishra
--
You received this message because you are subscribed
2011 Jun 22
2
best references (tutorials & howtos) for an experienced Rails Developer to start building Facebook Apps with RoR?
Hi everyone,
what are your best references (tutorials & howtos) for an experienced Rails
Developer to start building Facebook Apps with RoR?
THANKS
+++++++++++
Pravin Mishra
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2006 Jun 29
1
Seeking RoR help for an upcoming project
Hello,
We''re working on building a fairly lightweight, community-oriented site
which would be a great opportunity for a
beginning-to-moderately-experienced RoR developer looking to cut their
teeth on a real site.
The site could prove to be highly visible if succesful and would be an
excellent addition to your portfolio. Please drop me a line and I can go
into detail on the
2011 Oct 29
1
Refresh tab content on click in JQuery UI Tabs
HI Guy''s
TAB1 and TAB2 have some radio button, checkbox and dropdown menu. When
TAB1 is selected, I have to switch to TAB2 and then back to TAB1 to refresh
the loaded content.
How to make TAB1 refresh loaded content when click on its tab?
*code is something like that*
<ul class="tabs">
<li><a *href="#tab1"*>Gallery</a></li>
2002 Nov 18
1
(no subject)
Hi,
Does anyone have a simple login script which i can put in smb.conf for my
samba server.I am installing samba first time and dont know perl.I copied
one from book "Using samba" but it does not work.
Thanks
pravin
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
2011 Dec 19
1
IO size and cluster size
Hi All,
how can I determine the size of each I/O? does it depend on the cluster
size? block size? will it be different for each file system if each of
those have different cluster size?
I am just trying to understand very high I/O wait on our oracle RAC DB,
where as we dont have it on another server with similar load. if the DB
need 4K will it fetch only 4K?
on side note, I know in ZFS it pulls
2009 Dec 27
3
help: creating a unified histogram
Good evening,
I would like to put the histograms of several matrices on the same graph,
together on a unified histogram (instead of having one bar per value on the
x-axis, have multiple bars: one representing each matrix, with different
colored bars for example to distinguish between the matrices). I couldn't
find a function doing that involving "hist", "plot" nor other
2010 Aug 24
11
will_paginate problem
Hi
I am using rails 2.3.8 & ruby 1.3.7 & will_paginate 2.3.14
I have table name books. I am doing this code for pagination,
In book_controller
@@@@books = Book.paginate :page => params[:page], :per_page => 10@@@@
& in index.html.erb
@@@@@<%= will_paginate @books %>@@@@@
Also added in environment.rb file this line
@@@@@ require
2011 Jun 02
10
Application Error!!!!!!!!!!!!!!!!!!!!!!!
Hi everybody,
Please any one help me, Previous two day''s I am googling, Still not
find solution. this really frustrating.
I had deploy my app on heroku http://radiationn.heroku.com/. it is
working fine on localhost but i got APPLICATION ERROR.
IN log wht i find that in photo.rb model not able to find
"has_attached_file", I am not able to shout out this proble. It
working
2013 Aug 14
7
Disk add fails while domain creation, which uses disk backend- "storage driver domain" with xen-4.3.0 , with errors libxl.c:2125
Hi All,
I am working on creating storage driver domain with xen-4.3.0 .
I am referring this - http://wiki.xen.org/wiki?title=Storage_driver_domains&oldid=9371
I have created Storage domain with xl utility of xen, then followed above wiki for rest of the steps, additionally
I did install blktap-dkms package also-
Following xen processes are running on Domain 0:
2013 Aug 14
7
Disk add fails while domain creation, which uses disk backend- "storage driver domain" with xen-4.3.0 , with errors libxl.c:2125
Hi All,
I am working on creating storage driver domain with xen-4.3.0 .
I am referring this - http://wiki.xen.org/wiki?title=Storage_driver_domains&oldid=9371
I have created Storage domain with xl utility of xen, then followed above wiki for rest of the steps, additionally
I did install blktap-dkms package also-
Following xen processes are running on Domain 0:
2011 Jun 01
4
missing these required gems: will_paginate
Hi EveryBody,
I hope some one help me.
I am new on ROR so might be problem is silly or Obvious. i had
developed a project and i had use "WILL_PAGINATE" plugin in my app.
It''s working well at localhost.
But when deploying on HEROKU, ALL step is going well but when running
$heroku rake db:migrate
ERROR IS
Missing these required gems:
will_paginate
You''re
2003 Dec 24
0
AW: coding logic and syntax in R
Hi,
In <- as.numeric(strsplit("11111011111101111111111111111111", "")[[1]])
Sets <- rep(letters[1:4], each = 8) ## your sets
Sp.In <- split(In, Sets)
logical <- sapply(Sp.In, function(x) any(x == 0))
c(as.matrix(data.frame(Sp.In))* rep(!logical, each = 8)) ## for equal sets
This could give you a hint
Thomas
-----Urspr?ngliche Nachricht-----
Von: Pravin
2002 Nov 18
0
(no subject)
Pravin,
You don't necessarily need a login script,
but it is nice for mounting shared drives
and printers, or just copying/installing
files.
Use an empty login script to start, then
use the Windows "command line" (the
"net use /?" command is helpful here) to
mount and attach to services you want.
Put those commands into the login
script and use environment
2011 Oct 28
1
"file name too long" error during R CMD INSTALL
Hi all,
I am attempting to install a package called phylobase from
source directory. It all seems to work until the end, at
which point it looks like the last compile command fails
because the line is too long...perhaps because the g++
command line also includes "Loading ~/.Rprofile...", like this:
============================
g++ -arch i386 -dynamiclib
2010 Apr 18
2
plotting pca of samples in different colors
Hi! All,
I am working on a dataset 'rat' with dimension 20500x363. I have
calculated pca of samples (columns). Now I am trying to plot first two
principle components with specified columns in different color. I have
done following so far:
> dim(rat)
[1] 20500 363
>#specifying columns to be colored in red
>
2011 Dec 06
2
OCFS2 showing "No space left on device" on a device with free space
Hi ,
I am getting the error "No space left on device" on a device with free
space which is ocfs2 filesystem.
Additional information is as below,
[root at sai93 staging]# debugfs.ocfs2 -n -R "stats" /dev/sdb1 | grep -i
"Cluster Size"
Block Size Bits: 12 Cluster Size Bits: 15
[root at sai93 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release
2009 Jul 18
1
Plotting question
Hi I have a data set that needs to be plotted (see below)
When I plot it using the simple plot(read_count ~ Cn), I get box plots for
the read_count numbers plotted according to Cn. The Cn's on the x-axis are
ordered: 10000, 100, 1000, 40, 400, 4000...
How do I plot so that Cn is plotted on the x-axis in an ascending order: 40,
60, 80, .......10000?
Thanks for your help.
Anjan
ID
2008 Nov 25
6
bioinformatics repository?
Hi all, I'm new to Centos, just moved here from Gentoo Linux.
I have to install a server for bioinformatics purposes and I see that
default yum repositories do not include any bioinformatics software
(i.e. ncbi-toolkit, blat, and others). I'm googling a bit but I can't
find a valuable solution: which is (or which are) the best repository
I should add to have a satisfying list