Displaying 3 results from an estimated 3 matches for "skene".
Did you mean:
scene
2005 May 08
1
z limits
...nd Spatial Prediction.
I am trying to draw a figure using GRASP, and I get the following
error message in R:
Error in image.default(map, col = heat.colors(12)) :
invalid z limits
What are z limits? Can I manually set them?
Please let me know if you have any insight on this!
Thanks,
Jennifer Skene
2005 Apr 27
1
tcl/tk problem
...png tcltk X11 GNOME libz http/ftp sockets
TRUE TRUE TRUE TRUE FALSE TRUE TRUE TRUE
libxml fifo cledit IEEE754 bzip2 PCRE
TRUE TRUE TRUE TRUE TRUE TRUE
Does anyone know of a solution to this?
Thanks,
Jennifer Skene
2012 Dec 17
2
Formatting a path for unix with gsub
I have a path:
path = "/nfs/users/nfs_n/ns9/
Phenotype Analysis/Results/Run_AmplRatio_neg
BinaryAll trained without akapn+tnik.csv"
I wish to replace the spaces with "\ " so that it can be read by a system
call to unix.
Using gsub I try:
> gsub(" ","\\ ",path)
[1] "/nfs/users/nfs_n/ns9/Phenotype Analysis/Results/Run_AmplRatio_neg
BinaryAll