string2pattern {predict3d}R Documentation

change string to pattern

Description

change string to pattern

Usage

string2pattern(string)

Arguments

string

A character vector

Examples

string=c("I(age^2)","factor(cyl)","log(mpg)")
string2pattern(string)

[Package predict3d version 0.1.5 Index]