Displaying 3 results from an estimated 3 matches for "gasparinilab".
2004 Apr 02
4
Extending a vector
...by the new amounts would be the way to
do this.
Example: (this is what I want even thought the below syntax is wrong)
a <- 1
print(a) --> 1
a <- c(a,2)
print(a) --> 1,2
a <- c(a,2,4,5)
print(a) --> 1,2,2,4,5
Any help would be greatly appreciated...
Marko
--
Mark O. Kimball
Gasparinilab, University of Buffalo | Low temp physics
mok2 at physics.buffalo.edu | URL: enthalpy.physics.buffalo.edu
lab phone: 716-645-2017x122 Fax: 716-645-2507
2004 Apr 01
2
Generating file names
...ile.
Trouble is, I want the file to have a name based upon the original data
set name.
I cannot figure out how to cat strings together and use that new string
as the output filename...
Example:
original data name: D08a
desired output name: Analyzed_D08a
Any ideas?
Marko
--
Mark O. Kimball
Gasparinilab, University at Buffalo | Low temp physics
mok2 at physics.buffalo.edu | URL: enthalpy.physics.buffalo.edu
lab phone: 716-645-2017x122 Fax: 716-645-2507
2004 Apr 06
1
Minimize a plot window
Is it possible to start a X11() device in a minimized state? I have many
windows, each with useful data, which clutter the screen. Having each
window minimize upon creation would help.
Mark
--
Mark O. Kimball
Gasparinilab, University of Buffalo | Low temp physics
mok2 at physics.buffalo.edu | URL: enthalpy.physics.buffalo.edu
lab phone: 716-645-2017x122 Fax: 716-645-2507