Displaying 1 result from an estimated 1 matches for "picb".
Did you mean:
pic
2007 Jun 14
3
problem with hist()
Hey everybody,
I try to make a graph with two different plots.
First I make a boxplot of my data. It is a collection off correlation
values of different pictures. For example:
0.23445 pica
0.34456 pica
0.45663 pica
0.98822 picb
0.12223 picc
0.34443 picc
etc.
Ok, I make this boxplot and I get for every picture the boxes. After this
I want to know, how many correlations per picture exist.
So I make a new vector y <- as.numeric(data$picture)
So I get for my example something like this:
y
[1] 1 1 1 1 1 1 1 1 1 1
[11] 1...