Skip to content

Feature enhancement - two ways plots and plots by group #8

Description

@Ales-G

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions