library(knitr) opts_chunk$set(fig.align = "center", out.width = "90%", fig.width = 6, fig.height = 5.5, dev.args=list(pointsize=10), par = TRUE, # needed for setting hook collapse = TRUE, # collapse input & ouput code in chunks warning = FALSE) knit_hooks$set(par = function(before, options, envir) { if(before && options$fig.show != "none") par(family = "sans", mar=c(4.1,4.1,1.1,1.1), mgp=c(3,1,0), tcl=-0.5) }) set.seed(1) # for exact reproducibility
pdbSelectOcclude
is an R package for visualizing relationships between protein
structural and non-spatial data, and for selecting occluding structures in a 3D
molecular visualization environment.
To download pdbSelectOcclude, use the following commands:
require("devtools") devtools::install_github("JerrieFeng/pdbSelectOcclude", build_vignettes = TRUE) library("pdbSelectOcclude")
To list all sample functions available in the package:
ls("package:pdbSelectOcclude")
To list all sample datasets available in the package:
data(package = "pdbSelectOcclude")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.