neigh.write {RGeostats} | R Documentation |
Write a Neighborhood in an ASCII file (RGeostats format)
neigh.write(neigh, filename="neigh.ascii", verbose = 0)
neigh |
The |
filename |
Name of the ASCII file containing the information |
verbose |
When TRUE, the verbose option is switched ON |
Format of the ASCII file:
Type of Neighborhood: 0 (Unique), 1 (Bench), 2 (Moving) or 3 (Image)
For the Unique Neighborhood, no other parameter is required
For the Bench Neighborhood:
Cross-validation flag: 1 to switch this option ON; 0 otherwise
Width of the bench (along the last space dimension)
For the Moving Neighborhood:
Cross-validation flag: 1 to switch this option ON; 0 otherwise
Flag for a search using angular sectors
Minimum number of samples below which the treatment is not performed
Maximum number of samples in the neighborhood
Number of angular sectors
Maximum number of samples per angular sector
Maximum isotropic radius of the neighborhood
For the Image Neighborhood:
Cross-validation flag: 1 to switch this option ON; 0 otherwise
Skipping ratio
Radius of the Image Neighborhood (0: central node)
Not used