Displaying 11 results from an estimated 11 matches similar to: "Plot from function"
2011 Jun 01
2
re-write plot function for ggplot
Hi, I have the following function that i use to plot graphs.
plot_mi_time = function(mdata, miname) {
mdata2 = mdata[row.names(mir_test3) == miname, ]
# print(mdata2)
xcoords <- c(1,1,2,2,3,3)
plot(xcoords, mdata2, xaxt="n", ylab="Expression", xlab="Time(h)", ,
main=miname)
axis(1, at=xcoords,
2011 May 31
0
Plot duplicate csv columns
I am using the following function to plot columns from a CSV-file:
plot_mi_time = function(mdata, miname) {
mdata2 = mdata[row.names(mir_test) == miname, ]
# print(mdata2)
plot(c(1:3), mdata2, xaxt="n", ylab="Expression", xlab="Time(h)", ,
main=miname, pch=16)
axis(1, at=c(1,2,3),labels=c("a","b","c"))
}
No I have a CSV file
2012 Nov 23
2
Data frame manipulation
Hello,
I have a table that was constructed in a wrong way (dput data on bottom -
wrong data-frame):
Local Mês Dia Colonia X6h X7h X8h X9h X10h X11h
X12h X13h X14h X15h X16h X17h
1 Conceição Junho 1 3 2.16137 2.20412 2.08991 1.72428 1.69897
1.62325 1.44716 1.51851 1.43136 1.47712 1.51851 1.04139
2 Conceição Junho 2 3 2.46538 2.13672
2011 Oct 06
3
Wide to long form conversion
I have some data 'myData' in wide form (attached at the end), and
would like to convert it to long form. I wish to have five variables
in the result:
1) Subj: factor
2) Group: between-subjects factor (2 levels: s / w)
3) Reference: within-subject factor (2 levels: Me / She)
4) F: within-subject factor (2 levels: F1 / F2)
5) J: within-subject factor (2 levels: J1 / J2)
As this is the
2006 Dec 22
1
Powercom BNT-1200AP driver
Hello.
What about driver for my UPS?
I have changed the powercom driver for myself, but I have made it not absolutely correctly. However, somehow this driver works.
Now i have protocol spec for powercom BNT series and attach it to this email.
It can be interesting to authors?
--
? ?????????, ??????? ???????
mailto:alex@reutman.ru
JID: alex@reutman.ru
ICQ: 5052225
-------------- next part
2009 Apr 04
1
error in trmesh (alphahull package)
Hello R community,
I have cross-posted with r-sig-geo as this issue could fall under either
interest group I believe.
I just came accross the alphahull package and am very pleased I may not
need to use CGAL anymore for this purpose. However, I am having a
problem computing alpha shapes with my point data, and it seems to have
to do with the spatial configuration of my points (which form
2006 Sep 07
2
merging tables by columns AND rows
Hi everyone!
I have 100 tables of the form:
XCOORD,YCOORD,OBSERVATION
27.47500,42.52641,177
27.48788,42.52641,177
27.50075,42.52641,179
27.51362,42.52641,178
27.52650,42.52641,180
27.53937,42.52641,178
27.55225,42.52641,181
27.56512,42.52641,177
27.57800,42.52641,181
27.59087,42.52641,181
27.60375,42.52641,180
27.61662,42.52641,181
..., ..., ...
with approximately 1000000 observations for each.
2006 Dec 29
0
Rails AR/Oracle Unit Test: [5808] passed (fixed)
"minam" made AR/Oracle happy again, thank you!
http://dev.rubyonrails.org/changeset/5808
------------------------------------------------------------------------
r5808 | minam | 2006-12-29 11:05:53 -0800 (Fri, 29 Dec 2006) | 2 lines
try to appease the angry Oracle
------------------------------------------------------------------------
U activerecord/test/base_test.rb
U
1998 Jul 01
1
ordinal(): [was "a handy function ..." in March..]
I'm finally cleaning up old things / todo's;
We had about half a dozen e-mails on R-devel back in mid March......
Here is my proposal, a sometimes useful utility for constructing strings
in cat() or text(), legend(), etc.:
ordinal <-
function(i, language =3D "english", gender =3D c("female","male"), sep=3D""=
) {
ii <- i
2002 Jul 10
0
*****SPAM***** ATTENTION! Well-Paid Job in the Internet!
SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam. The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM:
SPAM: Content analysis details: (6.7 hits, 5 required)
SPAM: Hit! (4.4 points) 'From' contains more than
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking