search for: listoffunct

Displaying 2 results from an estimated 2 matches for "listoffunct".

2004 Feb 06
0
multiple plots in different windows
At 14:29 05-02-2004, you wrote: >Hi all, >I'd like to generate a number of plots to compare different >vectors I have stored in a list. To do this I do something like >(in a linux system): > >for(i in 1:L) { > X11() > plot(listOfFunctions[[i]]) >} > >First question is: is this the right way to create several plots (in >different windows) ? Hi I think wich the correct code is: >for(i in 1:L) { >windows() > plot(listOfFunctions[[i]]) >} This work in my computer. I dont know thje answer for your second...
2004 Feb 05
2
Savitzky-Golay smoothing for reflectance data
I got a question from a fellow PhD student that work with spectrum analysis in Excel and now he has lots of spectrums that needs to be smoothed, which would be nice to be able to do in batch. Is there an R package that can do: Savitzky-Golay smoothing for reflectance spectral data or a function that does something similar. _______________________________________ Henrik Andersson