hgeorgako / rfortraders

Quantitative Trading with R
MIT License
189 stars 132 forks source link

Gives an error message 44 page #5

Open Djafar1985 opened 8 years ago

Djafar1985 commented 8 years ago

prices <- aapl$V1 plot(prices, main = "AAPL plot", type = 'l') Warning messages: 1: In plot.window(xlim, ylim, log = log, ...) : графический параметр "type" устарел 2: In axis(if (horiz) 2 else 1, at = at.l, labels = names.arg, lty = axis.lty, : графический параметр "type" устарел 3: In title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) : графический параметр "type" устарел 4: In axis(if (horiz) 1 else 2, cex.axis = cex.axis, ...) : графический параметр "type" устарел