edit.loci | R Documentation |
This allows to edit a data frame of class "loci"
with R's
spreadsheet-like data editor.
## S3 method for class 'loci'
edit(name, edit.row.names = TRUE, ...)
name |
an object of class |
edit.row.names |
a logical specifying to allow editing the
rownames, |
... |
further arguments to be passed to or from other methods. |
This ‘method’ of the generic edit
respects the class and the
attribute "locicol"
of the allelic data frame.
A data frame with class c("loci", "data.frame")
.
Emmanuel Paradis
read.loci
, summary.loci
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.