Displaying 5 results from an estimated 5 matches for "nafill".
2025 May 23
1
FR: improve "use" function
...osted on Stack Overflow [1]. Something
similar could be done within `use`. Of course, it would be preferable if
it didn't need to detach the namespace.
|use("data.table", "fread") ls("package:data.table") #[1] "fread"
use("data.table", "nafill") ls("package:data.table") #[1] "fread"
useplus <- function(package, include.only) { loaded <-
ls(sprintf("package:%s", package), all.names = TRUE)
unloadNamespace(package) if (missing(include.only)) { use(package) }
else { use(package, union(loaded, inc...
2025 May 23
1
FR: improve "use" function
...ow [1]. Something
> similar could be done within `use`. Of course, it would be preferable if
> it didn't need to detach the namespace.
>
> |use("data.table", "fread") ls("package:data.table") #[1] "fread"
> use("data.table", "nafill") ls("package:data.table") #[1] "fread"
> useplus <- function(package, include.only) { loaded <-
> ls(sprintf("package:%s", package), all.names = TRUE)
> unloadNamespace(package) if (missing(include.only)) { use(package) }
> else { use(package, u...
2025 May 27
1
FR: improve "use" function
...;> similar could be done within `use`. Of course, it would be preferable if
>> it didn't need to detach the namespace.
>>
>> |use("data.table", "fread") ls("package:data.table") #[1] "fread"
>> use("data.table", "nafill") ls("package:data.table") #[1] "fread"
>> useplus <- function(package, include.only) { loaded <-
>> ls(sprintf("package:%s", package), all.names = TRUE)
>> unloadNamespace(package) if (missing(include.only)) { use(package) }
>> else...
2005 Nov 17
8
Point pattern to grid
Dear all,
I'd like to change a point pattern to a grid of cells and use one of the variables as the output.
e.g. The point pattern is of a window of (500*500) and several features such as pH, SoilType etc. I like to divide it into a grid with cell size 5*5, and use the mean of the point values falling inside the cell as the output.
Is there any package in R working with this? Thanks in
2005 Oct 10
2
Problems installing Watchguard Firebox System software in wine (installshield)
Hello,
I am trying to use WINE (20050725-r1 on Gentoo Linux) to install/run
Watchguard's Firebox Management Software (WFS). The WFS installer uses
an installshield installer of course.. I've been looking thru the FAQ,
wiki, etc and have found info about DCOM98 needing to be installed.
I've tried a bunch of things so far, and here's where I stand:
First, I tried getting