coordinate_transform2: A shadow image of coordinate_transform that also saves images...

View source: R/fieldplot_s3.R

coordinate_transform2R Documentation

A shadow image of coordinate_transform that also saves images and the transform in a filepath.

Description

This function should be internal only.

Usage

coordinate_transform2(
  data,
  target_year,
  source_year,
  filepath = "matched_trees",
  radius = 10,
  res = 0.1
)

Arguments

data

Coord.data.frame with points to be transformed. Must contain vars: 'Diameter','Species', 'Year', 'x','y'.

target_year

Target coordinate year from which to produce target image.

source_year

Coordinate year to transform. From which to produce source image.

filepath

A directory to create in which to store created images and transformation files.

radius

Default (10 m radius plots) Plot radius, to calculate coordinate indices.

res

Default (0.1) Plot resolution, to calculate coordinate indices.


Silviculturalist/fieldcoordinate documentation built on April 17, 2022, 7:31 a.m.