Displaying 1 result from an estimated 1 matches for "vmo".
Did you mean:
vmi
2011 Jan 22
1
Plotting by factor with xts
...uot;13.46"
2010-01-04 "AKP" "12.80"
2010-01-04 "APX" " 8.78"
2010-01-04 "AYN" "13.15"
2010-01-04 "BAF" "13.50"
2010-01-04 "BBF" "12.86"
> tail(x)
symbol close
2011-01-21 "VMO" "12.35"
2011-01-21 "VOQ" "13.77"
2011-01-21 "VPV" "11.97"
2011-01-21 "VTJ" "14.74"
2011-01-21 "VTN" "13.16"
2011-01-21 "XAA" "12.82"
> is.xts(x)
[1] TRUE
I've made the...