Hi All.

 

I have a file txt with 3 columns (X, Y and Z).  every rows has 4 decimal
place (i.e. x.xxxx). I use read.table to import the data in R, but with
summary(), I don't see the decimal place after the dot. Is there any way for
me to preserve the information?

 

testground <- read.table
(file="c:/work_LIDAR_USA/R_kriging/ground26841492694149.txt", header=T)

 

thanks

 

Ale


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to