Displaying 2 results from an estimated 2 matches for "istogram".
Did you mean:
histogram
2007 Nov 15
2
counting strings of identical values in a matrix
...3 1
[3,] 1 3 3 3
[4,] 1 1 1 3
[5,] 3 1 1 3
[6,] 3 1 1 3
[7,] 1 3 1 3
[8,] 1 3 3 3
What I want to do is to count the number of
sequences of ones and stack the results in a
vector, which I will subsequently use to build an istogram (or a density)
I mean: in the matrix "prova" I have two
sequences of length two in column 1, one sequence
of length three in column 2, one sequence of
length four in column 3 and one sequence of
length one in column 4. (I know I can actually
turn the matrix into a vector by using r...
2013 Feb 17
6
histogram
...aks=c(0,55,100,145,190,235,280,325,370,415,460),prob=TRUE)
?lines(density(vec1))
A.K.
________________________________
From: eliza botto <eliza_botto at hotmail.com>
To: "smartpink111 at yahoo.com" <smartpink111 at yahoo.com>
Sent: Sunday, February 17, 2013 2:35 PM
Subject: histogram
Dear Arun,
[text file is attached in case format of email is changed]
For the following data set
33 18 13 47 30 10 ?6 21 39 25 40 29 14 16 44 ?1 41 ?4 15 20 46 32 38 ?5 31 12 48 27 36 24 34 ?2 35 11 42 ?9 ?8 ?7 26 22 43 17 19 28 23 ?3 49 37 50 45
1. i first of all want to make classes in the fo...