diff 08_sequence_length_distribution.Rmd @ 3:b9c9d1dacda6 draft

reformat code
author mingchen0919
date Fri, 09 Mar 2018 17:47:50 -0500
parents 645291efd2e7
children 94762f1cb779
line wrap: on
line diff
--- a/08_sequence_length_distribution.Rmd	Tue Feb 27 10:39:23 2018 -0500
+++ b/08_sequence_length_distribution.Rmd	Fri Mar 09 17:47:50 2018 -0500
@@ -10,7 +10,7 @@
 )
 ```
 
-# Sequence Length Distribution
+### Sequence Length Distribution
 
 ```{r 'Sequence Length Distribution', fig.width=10}
 ## reads 1
@@ -32,6 +32,9 @@
   facet_grid(. ~ trim) +
   xlab('Sequence Length (bp)') +
   ylab('') + 
-  theme(axis.text.x = element_text(angle=45))
+  theme(axis.text.x = element_text(size = 5),
+        panel.background = element_rect(fill = NA),
+        axis.line = element_line(), 
+        plot.margin = margin(2,2,2,10) )
 ggplotly(p)
 ```
\ No newline at end of file