



The table expands beyond the margins of the page because the text doesn't wrap. So still fairly new to R and Rmarkdown and am having a little trouble when I knit a table to a PDF. # Margins area par( oma= c( 3, 3, 3, 3)) # all sides have 3 lines of space par( mar= c( 5, 4, 4, 2) + 0.1) # Plot plot( 0 : 10, 0 : 10, type= "n", xlab= "X", ylab= "Y") # type="n" hides the points # Place text in the plot and color everything plot-related red text( 5, 5, "Plot", col= "red", cex= 2) box( col= "red") # Place text in the margins and label the margins, all in forestgreen mtext( "Margins", side= 3, line= 2, cex= 2, col= "forestgreen") mtext( "par(mar=c(b,l,t,r))", side= 3, line= 1, cex= 1, col= "forestgreen") mtext( "Line 0", side= 3, line= 0, adj= 1.0, cex= 1, col= "forestgreen") mtext( "Line 1", side= 3, line= 1, adj= 1.0, cex= 1, col= "forestgreen") mtext( "Line 2", side= 3, line= 2, adj= 1.0, cex= 1, col= "forestgreen") mtext( "Line 3", side= 3, line= 3, adj= 1.0, cex= 1, col= "forestgreen") box( "figure", col= "forestgreen") # Label the outer margin area and color it blue # Note the 'outer=TRUE' command moves us from the figure margins to the outer margins. By default, pandoc will use LaTeX to create the PDF, which requires that a. Question about Sizing Tables in Rmarkdown to PDF. This error message occurs when there is a problem with the margin figure size, width, and height default settings while graphing data within base R.
