Erreur dans obj_is_vector(limits) :
impossible de trouver la fonction "obj_is_vector"
2.
check_coord_limits(ylim)
1.
coord_cartesian(ylim = c(6, 9.25))
I have tried to un install and reinstall ggplot2, vctrs and remove feasts but still doesn't work !
Could you supply us with some sample data?
A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need. Just do dput(mydata) where mydata is your data. Copy the output and paste it here between
```
Te problem is not related to the data because before installing feasts my plot worked perfectly. Now, I have uninstall feasts but a basic example like this doesn't work
> library(ggplot2)
Message d'avis :
le package ‘ggplot2’ a été compilé avec la version R 4.2.3
> ggplot(mtcars, aes(wt, mpg)) + geom_point() + coord_cartesian(ylim = c(18, 20))
Erreur dans obj_is_vector(limits) :
impossible de trouver la fonction "obj_is_vector"