df2matrix(HFWutils) | R Documentation |
converts data.frame to matrix
df2matrix(x_df)
x_df |
~~Describe x_df here~~ |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
~~further notes~~
Felix Wittmann hfwittmann@gmail.com
~put references to the literature/web site here ~
data(Contacts) Contacts # X Function Name Telephone Fax # 1 NA Function Name Telephone Fax # 2 1 Contact Martin Paul 44 207 777777 44 207 777777 # 3 2 Client acquisition Paul Gerhard 44 26 66666666 44 26 66666666 # 4 3 Client service Paris Hilton 44 1222222222222 44 1222222222222 # E.Mail # 1 E.Mail # 2 e@company.com # 3 e@company.com # 4 e@company.com