-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello,
first of all thanks for creating this wonderful and helpful package. I use it all of the time.
Maybe this is something already feasible, but I did not find an easy solution.
I was wondering whether I can use dataReporter to create descriptive statistics by group. For instance to have all of my variables plotted with facet facet_wrap(~group)
A baseline example would be doing something like, but with dataReporter and over all of the variables
iris <- iris
ggplot(iris,aes(x=Petal.Length))+
geom_histogram()+
facet_wrap(~Species)
Would this be possible?
also, is there an easy way to create a dataReporter to create two-way scatter plots over a single variable of interest?
thanks a lot
Metadata
Metadata
Assignees
Labels
No labels