Advertisement
ProzacR

histogram

Nov 15th, 2017
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.48 KB | None | 0 0
  1. tiff(filename = "bootstrapping1123.tiff", width = 3200, height = 3200, units = "px", res = 400)
  2. #data<-read.csv("Random_table_analyze1000_final.txt", header=FALSE)
  3. #hist(data$V1, main='', xlab='The cases with shared targets (%)', ylab='Frequency of the cases')
  4. #, cex.axis=1.4, cex.lab=1.4)
  5. info<-hist(data$V1, main='', xlab='', ylab='Frequency of the cases', xaxt='n')
  6. with(info, text(mids, mids, label=mids, pos=1))
  7. title(xlab="The cases with shared targets (%)", line=0)
  8. dev.off()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement