Displaying 1 result from an estimated 1 matches for "mypartdata".
2011 Nov 13
0
Has anyone used SIAR package add on?
...ata set is called myData, and is
stored as a data frame, then do something like the following and copy the
result of dput() into your next email. Of course, if your data set has many
rows then you want to adjust the "by" argument (increase it). Twenty to
thirty rows should be sufficient.
myPartData <- myData[seq(1, nrow(myDat), by=3), ]
dput(myPartData)
Regards, Mark.
-----
Mark Difford (Ph.D.)
Research Associate
Botany Department
Nelson Mandela Metropolitan University
Port Elizabeth, South Africa
--
View this message in context: http://r.789695.n4.nabble.com/Has-anyone-used-SIAR-package...