conv_to_ms_arg.growth {coala}R Documentation

Generate command line arguments for features

Description

These functions are exported only for technical reasons (because they are S3 methods) and are not intended for users.

Usage

## S3 method for class 'growth'
conv_to_ms_arg(feature, model)

## S3 method for class 'growth'
conv_to_msms_arg(feature, model)

## S3 method for class 'growth'
conv_to_scrm_arg(feature, model)

## S3 method for class 'growth'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'ign_singletons'
conv_to_ms_arg(feature, model)

## S3 method for class 'ign_singletons'
conv_to_msms_arg(feature, model)

## S3 method for class 'ign_singletons'
conv_to_scrm_arg(feature, model)

## S3 method for class 'ign_singletons'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'migration'
conv_to_ms_arg(feature, model)

## S3 method for class 'migration'
conv_to_msms_arg(feature, model)

## S3 method for class 'migration'
conv_to_scrm_arg(feature, model)

## S3 method for class 'migration'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'mutation'
conv_to_ms_arg(feature, model)

## S3 method for class 'mutation'
conv_to_msms_arg(feature, model)

## S3 method for class 'mutation'
conv_to_scrm_arg(feature, model)

## S3 method for class 'mutation'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'outgroup'
conv_to_ms_arg(feature, model)

## S3 method for class 'outgroup'
conv_to_msms_arg(feature, model)

## S3 method for class 'outgroup'
conv_to_scrm_arg(feature, model)

## S3 method for class 'outgroup'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'pop_merge'
conv_to_ms_arg(feature, model)

## S3 method for class 'pop_merge'
conv_to_msms_arg(feature, model)

## S3 method for class 'pop_merge'
conv_to_scrm_arg(feature, model)

## S3 method for class 'pop_merge'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'recombination'
conv_to_ms_arg(feature, model)

## S3 method for class 'recombination'
conv_to_msms_arg(feature, model)

## S3 method for class 'recombination'
conv_to_scrm_arg(feature, model)

## S3 method for class 'recombination'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'sample'
conv_to_ms_arg(feature, model)

## S3 method for class 'sample'
conv_to_msms_arg(feature, model)

## S3 method for class 'sample'
conv_to_scrm_arg(feature, model)

## S3 method for class 'sample'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'selection'
conv_to_ms_arg(feature, model)

## S3 method for class 'selection'
conv_to_scrm_arg(feature, model)

## S3 method for class 'selection'
conv_to_msms_arg(feature, model)

## S3 method for class 'selection'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'size_change'
conv_to_ms_arg(feature, model)

## S3 method for class 'size_change'
conv_to_msms_arg(feature, model)

## S3 method for class 'size_change'
conv_to_scrm_arg(feature, model)

## S3 method for class 'size_change'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'seg_sites_feat'
conv_to_ms_arg(feature, model)

## S3 method for class 'seg_sites_feat'
conv_to_msms_arg(feature, model)

## S3 method for class 'seg_sites_feat'
conv_to_scrm_arg(feature, model)

## S3 method for class 'seg_sites_feat'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'trees_feat'
conv_to_ms_arg(feature, model)

## S3 method for class 'trees_feat'
conv_to_msms_arg(feature, model)

## S3 method for class 'trees_feat'
conv_to_scrm_arg(feature, model)

## S3 method for class 'trees_feat'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'files_feat'
conv_to_ms_arg(feature, model)

## S3 method for class 'files_feat'
conv_to_msms_arg(feature, model)

## S3 method for class 'files_feat'
conv_to_scrm_arg(feature, model)

## S3 method for class 'files_feat'
conv_to_seqgen_arg(feature, model)

## S3 method for class 'unphased'
conv_to_ms_arg(feature, model)

## S3 method for class 'unphased'
conv_to_msms_arg(feature, model)

## S3 method for class 'unphased'
conv_to_scrm_arg(feature, model)

## S3 method for class 'unphased'
conv_to_seqgen_arg(feature, model)

conv_to_ms_arg(feature, model)

## Default S3 method:
conv_to_ms_arg(feature, model)

## Default S3 method:
conv_to_msms_arg(feature, model)

## Default S3 method:
conv_to_scrm_arg(feature, model)

## Default S3 method:
conv_to_seqgen_arg(feature, model)

Arguments

feature

The feature for which the argument is generated

model

The complete model for which the argument is generated

Methods (by class)

Functions


[Package coala version 0.7.2 Index]