Displaying 5 results from an estimated 5 matches for "107zred".
2016 Apr 26
5
From NUM to INT
...d as
Num.
I imported the data using the following command line:
X <- read.delim(file.choose(),
header = TRUE,
dec = ".")
Here is the structure of X:
> str(X)
'data.frame': 115 obs. of 5 variables:
$ ID : Factor w/ 61 levels "107ZRED","112BLKW",..: 8 12 15 18 26 27
29 31 32 36 ...
$ Baci : num 2.90e+12 5.55e+11 9.46e+11 8.13e+11 4.06e+11 ...
$ Meti : int 352645997 334146268 767208656 171567266 462747405
414905627 237010514 387480048 214671355 328813226 ...
$ Fungii : int 43645 19009 15998 2189 897...
2016 Apr 26
0
From NUM to INT
...ing command line:
>
> X <- read.delim(file.choose(),
> header = TRUE,
> dec = ".")
>
> Here is the structure of X:
>
> > str(X)
> 'data.frame': 115 obs. of 5 variables:
> $ ID : Factor w/ 61 levels "107ZRED","112BLKW",..: 8 12 15 18 26 27
> 29 31 32 36 ...
> $ Baci : num 2.90e+12 5.55e+11 9.46e+11 8.13e+11 4.06e+11 ...
> $ Meti : int 352645997 334146268 767208656 171567266 462747405
> 414905627 237010514 387480048 214671355 328813226 ...
> $ Fungii : int 4...
2016 Apr 26
2
From NUM to INT
...t;- read.delim(file.choose(),
>> header = TRUE,
>> dec = ".")
>>
>> Here is the structure of X:
>>
>> > str(X)
>> 'data.frame': 115 obs. of 5 variables:
>> $ ID : Factor w/ 61 levels "107ZRED","112BLKW",..: 8 12 15 18 26 27
>> 29 31 32 36 ...
>> $ Baci : num 2.90e+12 5.55e+11 9.46e+11 8.13e+11 4.06e+11 ...
>> $ Meti : int 352645997 334146268 767208656 171567266 462747405
>> 414905627 237010514 387480048 214671355 328813226 ...
>>...
2016 Apr 26
0
From NUM to INT
...t;>> header = TRUE,
>>> dec = ".")
>>>
>>> Here is the structure of X:
>>>
>>> > str(X)
>>> 'data.frame': 115 obs. of 5 variables:
>>> $ ID : Factor w/ 61 levels "107ZRED","112BLKW",..: 8 12 15 18 26 27
>>> 29 31 32 36 ...
>>> $ Baci : num 2.90e+12 5.55e+11 9.46e+11 8.13e+11 4.06e+11 ...
>>> $ Meti : int 352645997 334146268 767208656 171567266 462747405
>>> 414905627 237010514 387480048 214671355 3288132...
2016 Apr 26
0
From NUM to INT
...> header = TRUE,
>> > dec = ".")
>> >
>> > Here is the structure of X:
>> >
>> >> str(X)
>> > 'data.frame': 115 obs. of 5 variables:
>> > $ ID : Factor w/ 61 levels "107ZRED","112BLKW",..: 8 12 15 18 26
>> > 27
>> > 29 31 32 36 ...
>> > $ Baci : num 2.90e+12 5.55e+11 9.46e+11 8.13e+11 4.06e+11 ...
>> > $ Meti : int 352645997 334146268 767208656 171567266 462747405
>> > 414905627 237010514 387480048...