Apply a filter on input data by deleting spots with values for filter.var are mentionned in filter.fic by deleting spots with flags equal to flag0 (-100 by default).
filterByDefault(fileIN, flag0, m, filter.fic = filter.fic,
filter.var = filter.var, sep = sep, sep.write = sep.write,
dec.write = dec.write, ...)
input datafame.
value(s) of flags to delete.
number of identificant columns.
name of the file containing the values of the variable named filter.var to delete.
name of the variable concerned with deletion.
the field separator string to use in the read.table function.
the field separator string to use in the write.table function.
the string to use for decimal points in the write.table function.
Further arguments to be passed to read.table.
A subset of the input dataframe