RStudio: эта функция еще не реализована

Я пытаюсь запустить приведенную ниже функцию на основе небольшого набора данных, но ниже я получаю предупреждающие сообщения, когда пытаюсь построить некоторые данные. Кто-нибудь может указать мне относительное направление, где я иду не так?

Большое спасибо

fin<- read.csv("Future500.csv")
p <- ggplot(data=fin)
p
Warning messages:
1: In grid.newpage() : this function not yet implemented
2: In grDevices::recordGraphics(requireNamespace("ggplot2", qui... : this function not yet implemented
3: In nullGrob() : this function not yet implemented
4: In grobName(grob, prefix) : this function not yet implemented (3 times)
5: In grobTree(element_render(theme, "panel.background"), if(le... : this function not yet implemented
6: In gTree(children = do.call("gList", panel)) : this function not yet implemented
7: In unit.c(grobWidth(axis_v$left), unit(1, "null"), grobWidth... : this function not yet implemented
8: In unit.c(grobHeight(axis_h$top), unit(aspect_ratio, "null"), : this function not yet implemented
Error: width must be the same as the number of columns in grob

0 ответов

Другие вопросы по тегам