stephenslab / susieR

R package for "sum of single effects" regression.
https://stephenslab.github.io/susieR
Other
176 stars 45 forks source link

Use only one of ggplot2 or graphics for creating plots #37

Open pcarbo opened 5 years ago

pcarbo commented 5 years ago

ggplot2 is preferred.

gaow commented 5 years ago

Related plotting suggestions from @pcarbo :

Also I would recommend cowplot for very nice ggplot2 plots.

(which requires additional package installed)

Better to use inherits instead of is

(not sure what it is meant for now but just keep a record here to revisit)

pcarbo commented 5 years ago

Better to use inherits instead of is.

@gaow I think there are several reasons, but one reason is that inherits is a base function, whereas is is not.