Displaying 3 results from an estimated 3 matches for "imnew".
Did you mean:
i_new
2012 Jul 11
2
How to connect .mdb file
Hi, I'm currently having some problem connect .mdb file into R.
I've installed the RODBC packages and I do the code this way:
channel <- odbcConnectAccess("C:/Users/Documents/XYZ")
channel
and it gave me this :
RODBC Connection 3
Details:
case=nochange
DBQ=C:\USers\JieYi\Documents\NYP\IPP\GCR
Driver={Microsoft Access Driver (*.mdb)}
DriverId=25
FIL=MS Access
2012 Jul 12
3
plot graph by first letter
Hi all, may i know is it possible to plot a graph by first letter?
for example:
Name: Age:
Angel 20
Amelia 20
Bernard 19
Stephanie 20
Vanessa 22
Angeline 23
Camel 21
If I want to plot the name started with letter 'A' and their Angel,
2012 Jul 12
1
plot only a same variable timing graph
hi all.
for example :
Table 1 variable:
BERTH TIME
A 9:52
D 7:43
C 8:33
A 10:13
I want to plot maybe only Berth 'A' timing. How can i do that?
--
View this message in context: http://r.789695.n4.nabble.com/plot-only-a-same-variable-timing-graph-tp4636252.html
Sent from the R help mailing list