Skip to content

How to print single graphs? #2

@pdeninis

Description

@pdeninis

First, and most importantly, thank you for the very interesting package!

I was trying to print the graphs in an instance of R using the function:

tables_and_figs<-plot(design,
                        density     = 100,
                        output      = TRUE,
                        print_plots = TRUE)

but all of the graphs are plotted in the same window (the next plot overwrites the previously printed one). Setting the mfrow parameter in the options does not work since they are ggplot graph.

I tried to watch inside the object to isolate each single plot but the output is longer than the R buffer can contain and I could not.

What is the intended way to get each single graph?
Thank you again.

Paolo

PS It would be useful to have a technical file of the package or a vignette with the description and the working of the functions. Maybe I was unable to search it but all I found was the original paper Grayling and Wason (2020)

Considering its predictably very wide audience, I think that a video-tutorial explaining comparatively the practical significance of all the terms and their relevance in each analysis type and showing them by means of examples would be a most effective tool, too.

Congratulations for your already great result!

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