Recently Published
A4q2
Assignment2
Linear Regression for Robot Sensor Calibration
A presentation on simple linear regression using robot sensor data as an example. Covers the basics of how regression works, how to fit a model in R, and how it can be used to calibrate sensor readings to real-world distances. Made with ggplot2 and plotly.
Plot packages(sf,stars,ggplot2)
med_shp <- st_read("med_shp")
plot(st_geometry(med_shp), axes=TRUE)
ggplot() + geom_sf(data = med_shp )
med_shape <- st_transform(med_shp, crs = 4324)
CasoADIDAS
ANALISIS ADIDAS
Zuliany Serrano - Jorge Hernandez