[R] how to sample lowess/loess into matrix ?

madr madrazel at interia.pl
Mon Nov 22 14:32:05 CET 2010


I found it, it was SO simple:

lowessline <- lowess(x,y)
write.csv(lowessline, "loess.csv")
-- 
View this message in context: http://r.789695.n4.nabble.com/how-to-sample-lowess-loess-into-matrix-tp3053458p3053601.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list