i'm writing some codes in R in purpose to knit a PDF. Here is the result when i put my graphs:
I would like that my graphs take the whole page
here is the code i used:
b2=ggplot(tab,aes(group=range,y=ram,fill=price_range))+ geom_boxplot()
b3=ggplot(tab,aes(group=price_range,y=clock_speed,fill=price_range))+ geom_boxplot()
grid.arrange(b1,b2,b3)
Can you help me please ?
![RStudio knit to PDF: my images take the half of the page [duplicate]](https://file.115kc.com/storage/eg/image99.jpg)