write_ops: Write ops file

Description Usage Arguments Details Examples

Description

Write ops file

Usage

1

Arguments

data

the data for the ops file, typically the output from read_ops() (see details).

file

the path to the ops file

Details

The data argument expects a list of two data.frames:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
library(tidyverse)
library(archimedR)

# Read the OPS:
OPS= read_ops("dummy.ops")
# Increase the position of the plants by 0.5 meter:
OPS$plants= OPS$plants
# Write the new OPS:
write_ops(OPS, "dummy2.ops")

## End(Not run)

VEZY/archimedR documentation built on Feb. 28, 2020, 6:36 p.m.