Thank You!!
On Sun, Oct 26, 2014 at 10:01 PM, Dennis Murphy wrote:
> I'd suggest using the knitr code chunk options in Rmarkdown to control
> the plot size in the document; e.g.,
>
> ```{r myplot, fig.height=5, fig.width=6}
>
> ```
> If you use RStudio, it will provide code completion for you a
Hello:
I am using plot() in rpart, making a decision tree plot. I use plot() first,
then text() followed, but I think due to the figure vs. text size, the bottom
of the text always gets cut off. I can only see the text of the bottom of the
tree if I make the font size REALLY small.
I th
2 matches
Mail list logo