Displaying 5 results from an estimated 5 matches for "image_matrix".
2010 Feb 26
3
Plotting a Trivial Matrix
...her zero or one (can
hardly get any simpler).
Now, I would like to plot it as a 'chessboard' where every matrix entry
is a black (1) or white (0) square.
Whatever tool I use to plot it, it should not try to interpolate the
data at all.
I found some online references
http://www.phaget4.org/R/image_matrix.html
but probably I can resort to something much simpler.
Can anyone provide me with a simple example I can modify later on?
Many thanks
Lorenzo
2011 Feb 04
1
Adding axes label to image
Dear all,
Using the code I got from the link (
http://www.phaget4.org/R/image_matrix.html), I obtained a nice plot that
suits me. However, adding axes labels proved difficult for me . I have
succeeded in adding a few things to the plot function so as to get what a
better plot. Other things work but ylab="days" did not reflect.
It will be great if somebody can advice on ho...
2013 Feb 28
3
Gráfica de función
r-help-es@r-project.org
Hola!!
Estoy trabajando con una función del tipo h(x)''B, donde h(x) es un vector
columna de q entradas, de igual manera B es un vector columna de dimensión
q.
Quiero graficar h(x)''B para alguna h(x), por ejemplo
h<-function(x) matrix(c(1,x,x^2,x^3), ncol=1)
B es un vector columna fijo
B=matrix(c(1,2,1,3),ncol=1)
Para graficar la función
2009 Aug 04
0
FW: matrix
....270
I now want to create a matrix that uses the names from the first column as a "reference", so in the matrix the first row name will be "A" and the first column name will be "B" with a value of 0.102. I will be using the script available on http://www.phaget4.org/R/image_matrix.html to plot the data
The opinions contained in this message are those of the sender only and do not reflect those of Sappi Limited or any of its subsidiary or associated companies.
"This message, including any attachment(s), may contain information which is private, privileged or confident...
2009 Aug 04
3
matrix
Hi
I have dataset that consists of two columns
AB 0.102
AC -0.002
BA -0.102
BC 0.270
CA 0.002
CB -0.270
I wish to create a matrix so that I can eventually plot the data.
A
B
C
A
1
0.102
-0.002
B
-0.102
1
0.27
C
0.002
-0.27
1
Any help or guidance would be greatly