Problem with how to get my plots to print in Case Study

I am not sure what code to use in order to get my plots to print in the RMarkdown html output.

Also, I am not sure if running the command scripts in the console window is creating a problem which executes fine there and then also putting the same command script into the source window as a code chunk right before using knitr

Can you supply us with your .rmd code and some sample data?

See
FAQ Asking Questions

A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need. Just do dput(mydata) where mydata is your data. Copy the output and paste it here between
```

```

Hi @vjohns1, for start with Rmd format you could make something like that:

# Im put this picture for you see better, you can repeat this code.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.