Last chance! 50% off unlimited learning
Sale ends in
Convert atomic indices to a select object with ‘atom’ and ‘xyz’ components.
as.select(x, …)
a numeric vector containing atomic indices to be converted to a ‘select’ object. Alternatively, a logical vector can be provided.
arguments passed to and from functions.
Returns a list of class "select"
with the following components:
a numeric matrix of atomic indices.
a numeric matrix of xyz indices.
the matched call.
Convert atomic indices to a select object with ‘atom’ and ‘xyz’ components.
Grant, B.J. et al. (2006) Bioinformatics 22, 2695--2696.
# NOT RUN {
as.select(c(1,2,3))
# }
Run the code above in your browser using DataLab