plotModels {protein8k} | R Documentation |
plotModels
Description
plot models of the protein structure using ggplot.
Usage
plotModels(protein, separate = FALSE)
Arguments
protein |
Protein object to be plotted |
separate |
indicate wether to plot each plane separately or as one visual. |
Details
Create a plot of each plane and model the shape of the protein.
This function uses ggplot and grid to create 3 plots, one for each plane, of the protein model, and then create a smoothing model.
Currently this function is incomplete and will change dramatically as new features and documentation are added.
Value
An object to be plotted. If not assigned to a variable, it will plot directly in the viewer.
[Package protein8k version 0.0.1 Index]