Hey,
I'm absolutely new to R and I have a maybe stupid question.
I tried to do a lowess smoothing, with the following code:
write.table(lowess(furR$haircellindex ~ furR$width))
This works fine. But the results are given in the Console. My question is how to save the results in a table, that I can later export to excel?
Thanks for help.