Description Usage Arguments Value Note Author(s) Examples
View source: R/as_data_frame.R
This converts a locus object into a data.frame so that
you can use locus objects in a column of a data.frame.
1 2  | ## S3 method for class 'locus'
as.data.frame(x, ...)
 | 
x | 
 An object of type   | 
... | 
 Additional objects that are passed to   | 
A data.frame object.
If you do not assign a data name to the x in assignment (e.g., 
TPI=x ) it will name the column in the data.frame the same as the name
of the variable you assigned it.  If this is confusing see the examples.
Rodney J. Dyer rjdyer@vcu.edu
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.