On Mon, Dec 7, 2009 at 1:06 PM, Mark Na wrote:
> Hello,
>
> I have used the following command:
>
> datalist<-list(data1,data2,data3,data4,data5,data6)
>
> to make a list of my dataframes, which I then manipulated with these
> commands:
>
> datalist<-llply(datalist,"LogDepth")
> datalist<-llply(dat
Hello,
I have used the following command:
datalist<-list(data1,data2,data3,data4,data5,data6)
to make a list of my dataframes, which I then manipulated with these
commands:
datalist<-llply(datalist,"LogDepth")
datalist<-llply(datalist,"LogArea")
datalist<-llply(datalist,"p")
datalist<-llply(dat