cowplot-getting some error,how can I fix it ?
1
0
Entering edit mode
4.7 years ago

hi When I run the library(cowplot), getting some error. what does it mean? please check error below

Note: As of version 1.0.0, cowplot does not change the
  default ggplot2 theme anymore. To recover the previous
  *behavior, execute:
  theme_set(theme_cowplot())
R • 943 views
ADD COMMENT
1
Entering edit mode
4.7 years ago
russhh 5.7k

That's a note rather than an error. In an earlier version of cowplot, when you loaded the package, cowplot set the global ggplot2 theme that was used by the R session (presumably this annoyed a few people). The note just states that it no longer changes the global ggplot2 theme.

ADD COMMENT

Login before adding your answer.

Traffic: 2537 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6