Hi, David Winsemius schrieb: <snip> > This would imply that ozon is a list or dataframe. > <snip> > > And you tried to give the whole list to a function that only wants a > vector. And whenever you suspect that your data types clash, try str() to find out just what kind of thing your data is. Here: str(ozon) HTH, Stephan