(file="C:\Users\home\Documents\boxplot.png", width=700, height=700)
boxplot(numeros) dev.off() null device 1 open boxplot.png Erro: unexpected symbol in "open boxplot.png"
(file="C:\Users\home\Documents\boxplot.png", width=700, height=700)
boxplot(numeros) dev.off() null device 1 open boxplot.png Erro: unexpected symbol in "open boxplot.png"
Júlio, fez a sequência correta?
numeros <- c (1, 3, 5, 6, 10, 19, 23, 5, 7, 89, 15, 14, 22, 23, 32, 23, 37)
png(file="User/alura/boxplot.png", width=700, height=700)
boxplot(numeros)
dev.off()