Displaying 2 results from an estimated 2 matches for "emdata".
Did you mean:
mdata
2019 Jun 11
2
Samba + AD Authentication: Restricting access to shares
Because most of our servers are restricted to specific user groups and
the AD domain covers the entire university, I need to find a way to
limit access to samba shares, preferably using AD security groups; i.e.
I want to do something like:
[EMdata]
comment = TEM Data
path = /EMdata
valid users = @cns-cryo-emusers
guest ok = no
writeable = yes
where cns-cryo-emusers is an AD security group. Has this been
implemented in any version of Samba? Otherwise, is there any way to
limit access when doing AD authentication? We...
2010 Jul 07
3
Boxplots over a Scatterplot
...ferent scale for the boxplot,
which results in it being shifted back to the left relative to the scatter
plot. How do I force the boxplot to use the scatterplot's scale or something
to that effect?
My code. I'm not sure how to include the file I'm using as a dataframe:
#imports data
emdata<-read.table(file="#a file in my working directory", sep=",",
header=T)
#specifies a dataframe
foram<-data.frame(emdata)
#calculates actual dimensions in mm
foram$actual_l<-foram$length/foram$magnification
foram$actual_w<-foram$width/foram$magnification
foram$act...