write_amira_script: Write a simple Amira script

Description Usage Arguments Value Examples

View source: R/open.R

Description

Write a simple Amira script

Usage

1
write_amira_script(lines, file = tempfile(fileext = ".hx"))

Arguments

lines

Tcl code (not including Amira's header line)

file

Output file (defaults to a temporary location). Should normally have suffix '.hx'.

Value

The path to the output file (invisibly)

Examples

1
open_amira(opensc<-write_amira_script("echo Hello!"))

jefferis/nat.amira documentation built on Aug. 11, 2019, 9:56 a.m.