Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


protein8k (version 0.0.1)

plotModels: 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.

Value

An object to be plotted. If not assigned to a variable, it will plot directly in the viewer.

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.