unify.owin {spagmix} | R Documentation |
Spatial window unit rescaler
Description
Rescales any owin
to fall inside the unit square.
Usage
unify.owin(W)
Arguments
W |
An object of class |
Details
This function is a simple wrapper for affine
deployed to rescale a supplied owin
to fall inside the unit square.
Value
The rescaled owin
.
Examples
W <- Window(chorley)
U <- unify.owin(W)
oldpar <- par(mfrow=c(1,2))
plot(W,axes=TRUE)
plot(U,axes=TRUE)
par(oldpar)
[Package spagmix version 0.4-2 Index]