apt-get install wget
apt-get install vi
Zhengdeng Lei, PhD
Zhengdeng Lei, PhD
2007 - 2009 High Throughput Computational Analyst, Memorial Sloan-Kettering Cancer Center, New York
2003 - 2007 PhD, Bioinformatics, University of Illinois at Chicago
Tuesday, January 29, 2013
Thursday, January 17, 2013
dynamic 3D plot in R
library(rgl)
open3d()
x <- sort(rnorm(1000))
y <- rnorm(1000)
z <- rnorm(1000) + atan2(x,y)
plot3d(x, y, z, col=rainbow(1000))
open3d()
x <- sort(rnorm(1000))
y <- rnorm(1000)
z <- rnorm(1000) + atan2(x,y)
plot3d(x, y, z, col=rainbow(1000))
Wednesday, January 2, 2013
Tuesday, January 1, 2013
Toronto
http://www.realtor.ca/propertyDetails.aspx?propertyId=12505983&PidKey=-351302020
Community Name
: Hillcrest Village
|
Location
: 90 SEXTON CRES
Toronto, ON M2H 2L6 |
Subscribe to:
Posts (Atom)