[R] hier.part
David Winsemius
dwinsemius at comcast.net
Fri Mar 5 16:35:28 CET 2010
On Mar 5, 2010, at 9:52 AM, Marco Jorge wrote:
> Hi everyone,
>
> A beguinner question.
> - How shall i import 9 different ascii (created from a gis layer
> (arcmap
> grid)) into R to create a single dataframe for using in hier.part?
> Should i use read.table, then turn each created object into a single
> vector
> using unlist and finally use data.frame to joint all the vectors
> into a
> unique data frame (xcan in the usage of hier.part) ?
> I´ve been trying to run it, but i keep getting different errors.
cbind has a data.frame method.
>
> Thanks in advance,
> Marco
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
David Winsemius, MD
West Hartford, CT
More information about the R-help
mailing list