I have a dataset which I created by column binding using the cbindX function from the gdata package. This function allows me to bind columns with diffe
in the apply family functions the syntax is (data, fun, ...). The three dots are "ellipsis", they are there to host the arguments of the function passed to the apply's function.