read_data | R Documentation |
read ASCII data files
read_data(f, m = "IGG-UPb")
f |
file name(s), may include wildcards ( |
m |
an object of class |
an object of class simplex
fname <- system.file('SHRIMP.op',package='simplex')
shrimpdat <- read_data(fname,m='GA-UPb')
plot(shrimpdat,i=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.