search for: colmat

Displaying 3 results from an estimated 3 matches for "colmat".

Did you mean: colmar
2001 Aug 26
1
Display of 3d arrays
Hi! Is it possible to display a 3d array as an RGB image? For example, given the following array: > matriz3d , , 1 [,1] [,2] [,3] [,4] [,5] [1,] 170 174 173 172 161 [2,] 171 178 174 166 149 [3,] 168 174 173 166 156 [4,] 171 170 173 166 164 [5,] 167 170 170 171 169 , , 2 [,1] [,2] [,3] [,4] [,5] [1,] 138 131 128 128 125 [2,] 138 127 129 122 134
2011 Apr 14
4
Categorical bubble plot
Hi, I do not have much R experience just the basics, so please excuse any obvious questions. I would like to create bubble plot that have Categorical data on the x and y axis and then the diameter if the bubble the value related to x and y. Attached to the email is a pic of what I would like to do. I do hope someone can help me. -- Regards/Groete/Mit freundlichen Gr??en/recuerdos/meilleures
1998 Jan 16
0
mtp2R.pl
.../ ); print R "# R data file automatically created by mtp2R\n"; s/\.R$//; print R "\"$_\" <- list(\n"; my $initial = 1; while (1) { last unless ( $line = <MTP> ); carp( "Incorrect format\n" ) unless ( $line =~ /^%/ ); my ($pct, $colmat, $number, $length, $NAs, $name) = split(' ', $line ); next if ( 100 <= $colmat && $colmat <= 102 ); print R ",\n" unless $initial; $initial = 0; $name = "C" . $number if ( $name =~ /^\.$/ ); print R "$name = c(\n"; my $width = 16; $wid...