Learn R Programming

CorMut (version 1.14.0)

plot: Plot methods for CorMut package

Description

Plot implement plot methods for ckaksCodon,ckaksAA,miCodon, miAA and biCompare objects respectively. Plot visualize the mutation correlation among sites or amino mutations.

Arguments

Methods

x = "ckaks"
Plot the results of ckaks object
x = "MI"
Plot the results of MI object
x = "JI"
Plot the results of JI object
x = "biCompare"
Plot the results of biCompare object

See Also

ckaksCodon,ckaksAA,miCodon,miAA,jiAA

Examples

Run this code
examplefile=system.file("extdata","PI_treatment.aln",package="CorMut")
example=seqFormat(examplefile)
result=ckaksAA(example)
plot(result)

Run the code above in your browser using DataLab