This allows to edit a data frame of class "loci"
with R's
spreadsheet-like data editor.
# S3 method for loci
edit(name, edit.row.names = TRUE, ...)
an object of class "loci"
.
a logical specifying to allow editing the
rownames, TRUE
by default (by contrast to data frames).
further arguments to be passed to or from other methods.
A data frame with class c("loci", "data.frame")
.
This `method' of the generic edit
respects the class and the
attribute "locicol"
of the allelic data frame.