> Hi,
>
> One way to do that is this (avoiding the use of a for loop):
>
>
> l.txt<- "id category attribute1 attribute2 attribute3 attribute4
> 661 SCHS 43.2 0 56.5 1
> 12202 SCHS 161.7 5.7 155 16
> 1182 SCHS 21.4 0 29 0
> 1356 SSS 8.8182 0.1818 10.6667 0.6667
> 1864 SCHS 443.7273 9.9091 537 4
Hi,
One way to do that is this (avoiding the use of a for loop):
l.txt<- "id category attribute1 attribute2 attribute3 attribute4
661 SCHS 43.2 0 56.5 1
12202 SCHS 161.7 5.7 155 16
1182 SCHS 21.4 0 29 0
1356 SSS 8.8182 0.1818 10.6667 0.6667
1864 SCHS 443.7273 9.9091 537 46
12360 SOA 6.6364 0 1
Hi,
I want to do a visualisation of a matrix plot made up of several plots of
correlation matrices (using corrplot()). My data is in csv format. Here's an
example:
id,category,attribute1,attribute2,attribute3,attribute4
661,SCHS,43.2,0,56.5,1
12202,SCHS,161.7,5.7,155,16
1182,SCHS,21.4,0,29,0
1356
3 matches
Mail list logo