Re: [R] question

2022-03-15 Thread Rui Barradas
Hello, RiverSmooth is not a function in package flowr it's a function in GitHub package PriorityFlow. This package is not on CRAN. devtools::install_github("lecondon/PriorityFlow", subdir = "Rpkg") library('PriorityFlow') ?RiverSmooth RiverSmooth {PriorityFlow} R Documentation Apply smo

Re: [R] question

2022-03-15 Thread dalfardi.s
Dear Ivan Krylov Thanks for your answer, I have no clue and dont know what is active object mean! Best On 2022-03-16 00:20, Ivan Krylov wrote: > On Tue, 15 Mar 2022 20:57:03 +0330 > "dalfardi.s" wrote: > >> I have a function of a package named priority flow as bellow: >> >> RIVSMOOTH=RIV

Re: [R] question

2022-03-15 Thread Ivan Krylov
On Tue, 15 Mar 2022 20:57:03 +0330 "dalfardi.s" wrote: > I have a function of a package named priority flow as bellow: > > RIVSMOOTH=RIVERSMOOTH(DEM=TRAVHS$DEM, DIRECTION=TRAVHS$DIRECTION, > MASK=FARWATERSHED.MASK,RIVER.SUMMARY=SUBBASIN$SUMMARY,RIVER.SEGMENTS=SUBBASIN$SEGMENTS,BANK.EPSILON > =0

Re: [R] question

2022-03-15 Thread dalfardi.s
Hello Dear Bert Gunter Thank you for your answer it means alot to me. by the way i am not profesional in R and faced a problem and need to fix it as soon as possible and it is the reason i ask here but absolutely i try to improve my skills. but now i need help and said to my self maybe some one

Re: [R] question

2022-03-15 Thread Bert Gunter
1. RStudio is not R; it is a separate for profit organization/company that contributes free packages to R and also provides both free and non-free R-oriented software. RStudio.com is their website (as you know) and https://community.rstudio.com/# is where you can post questions about *their* produc

[R] question

2022-03-15 Thread dalfardi.s
hello everyone I faced an problem in Rstudio version 4.1.2 and while i am new in R and Rstudio, but i search alot in internet and have thaught about the reason of it but all i done didnt fix it. I have a function of a package named priority flow as bellow: RIVSMOOTH=RIVERSMOOTH(DEM=TRAVHS$DE

Re: [R] linear mixed model using lmer

2022-03-15 Thread Jixiang Wu
There is no difference when running anova or t-test. So you shouldn't expect positive variance between batches. On Fri, Mar 4, 2022 at 7:06 PM array chip via R-help wrote: > Thanks Jeff for reminding me that the attachment is removed. I put it in > my google drive if anyone wants to test the da