Displaying 2 results from an estimated 2 matches for "johnramey".
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,
2010 Jun 22
0
X11 on Mac OS X 10.6 Version of R64
Hello, everyone.
Recently, I started using the 64-bit version of R from the command
line in Mac OS X 10.6.4. Usually, I launch R with the command "R64
--save." I am using R version 2.11.0.
When I install a new package, an X11 window loads, but it takes a
short while to do this. However, the X11 window is blank and seems to
serve no purpose. This happens each time that I install a new