Displaying 1 result from an estimated 1 matches for "kt81".
Did you mean:
kt80
2011 Dec 14
1
Hi
...quote =
> quote, :
> objeto 'KT2.csv' no encontrado
>
> But the file is in the right directy....
>
> Third (supossing I can solve the format files)
>
> My main question is:
>
> I want to create a matrix (or data frame) for instance from file KT80.csv
> to KT81.csv so that the rows are without header and position.
>
>
>
> 127.18
> 1.06
>
>
> Wich function would help me?
>
> I think I should use something like
>
>
>
> ffor (i in 80:81){
>
> files <- paste('KT', i, '.csv', sep = '')...