search for: alcesgabbo

Displaying 5 results from an estimated 5 matches for "alcesgabbo".

2011 Feb 02
2
subset in a BIG matrix
I have a matrix with a lot of values inside.. when I execute the folowing command matrix2=subset(martix, condition.....) it works... but after the previous command I execute another "subset" matrix3=subset(martix2, condition2.....) and appears the following error: (subscript) logical subscript too long How can I solve this??? I think the probles is the size of the matrix...
2010 Dec 03
2
subset of a dataframe
HI, I have a dataframe like this: name type A t1 B t2 C t1 D t1 E t3 F t2 how can I have a "sub dataframe" based with the column "type" like this: (for type = t1) name type A t1 C t1 D t1 (for type = t2) name type B t2 F t2 Thanks -- View this message
2010 Dec 01
5
Plot a matrix recursively
Hi, I have the following matrix (named m): key sensor_date Laser_1 Laser_2 Laser_3 2010-09-30T15:00:12+0200 6 3 1 2010-10-31T15:05:07+0100 5 4 2 2011-09-30T15:00:12+0200 6
2011 Feb 01
1
multi-Operations on a matrix
Hello everybody. I have this object procedure property sensor_data sensor_date 1 S_10 nord 626821.0 2002-09-30T00:00:00+0200 2 S_10 nord 626821.0 2002-12-05T00:00:00+0100 3 S_10 nord 626821.1 2008-07-31T00:00:00+0200 4 S_1000 nord 626496.8 2002-09-30T00:00:00+0200 5 S_1000 nord 626496.8 2002-12-05T00:00:00+0100 6 S_1000
2010 Dec 02
3
plot more plots from one matrix
Hi, I have a dataframe like this: procedure property sensor_data sensor_date | | | | [1,] "PAT_Laser_2" "Distance" "30.42" "2010-09-30T15:00:12+0200" [2,] "PAT_Laser_2" "Distance" "31.22" "2010-10-31T15:05:07+0100"