Learn R Programming

HDXBoxeR (version 0.0.2)

pymol_str: Preparatory function writing pymol scripts

Description

Function rearrange vector to string by adding + sign between the numbers.

Usage

pymol_str(ind1)

Value

string with + as a separator.

Arguments

ind1

vector of numbers (residues)

Examples

Run this code
res<-c(1,5, 19, 100, 109)
pymol_str(res)

Run the code above in your browser using DataLab