Skip to content

Commit

Permalink
Create example.Rscript
Browse files Browse the repository at this point in the history
  • Loading branch information
yongzhiyang2012 authored Feb 18, 2019
1 parent 085cc15 commit 707b3e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/example.Rscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
aa=read.table("output/04.final_paralogs_ks/final.ks.distribution.list")
aap=ggplot(aa,aes(V3))+geom_histogram(aes(V3, ..density..),binwidth = 0.01)+geom_density()+xlim(0,3)

pdf(file="output/04.final_paralogs_ks/final.ks.distribution.list.pdf",width=5,height=6)
aap
dev.off()

0 comments on commit 707b3e9

Please sign in to comment.