Displaying 1 result from an estimated 1 matches for "spetra".
Did you mean:
spectra
2007 Jan 31
0
Interactive plots with R
Hi,
I wrote some simple rpanel package script for visual spectral data comparison.
At this example i have a three samples and i want to zoom through x and y
axis to compare differences between samples. With my script below I can zoom
to some data region and add some other spetra to the plot, through text input
field.
But I can't figure out, how to change axis scaling for all displayed spectra,
because only first spectra are redrawed after axis scaling.
Or maybe I need to study samples and documentation for tcltk package?
My script:
DATAPPM=seq(0,11,0.004)
DATAPPM=d...