Skip to content

delete "-character from strings in matrix

1 message · Liaw, Andy

#
Please define "does not work".  Here's what I get:
[,1]               [,2]              
[1,] "a does not work." "c does not work."
[2,] "b does not work." "d does not work."
[1] "a " "b " "c " "d "
[,1] [,2]
[1,] "a " "c "
[2,] "b " "d "

R-2.1.0 on WinXPPro.

Andy